diff options
Diffstat (limited to 'c/lex.h')
| -rw-r--r-- | c/lex.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ struct lexer { struct token peektok; bool eof, err; struct arena **tmparena; + bool firstdirective; + ushort nppcnd0; + const char *inclguard; }; enum initlexer { |