mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibGUI: Parse #include statements separately
This commit is contained in:
parent
b13417ddb4
commit
d8a73dd979
Notes:
sideshowbarker
2024-07-19 08:45:27 +09:00
Author: https://github.com/oriko1010
Commit: d8a73dd979
Pull-request: https://github.com/SerenityOS/serenity/pull/1421
3 changed files with 36 additions and 0 deletions
|
@ -35,6 +35,8 @@ namespace GUI {
|
|||
__TOKEN(Unknown) \
|
||||
__TOKEN(Whitespace) \
|
||||
__TOKEN(PreprocessorStatement) \
|
||||
__TOKEN(IncludeStatement) \
|
||||
__TOKEN(IncludePath) \
|
||||
__TOKEN(LeftParen) \
|
||||
__TOKEN(RightParen) \
|
||||
__TOKEN(LeftCurly) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue