diff options
Diffstat (limited to 'src/c_lex.h')
| -rw-r--r-- | src/c_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_lex.h b/src/c_lex.h index d436967..151889c 100644 --- a/src/c_lex.h +++ b/src/c_lex.h @@ -106,6 +106,7 @@ typedef struct Lexer { bool firstdirective; short nppcnd0; short inclnerror, inclnwarn; + short src_incdiridx; internstr inclguard; uchar chrbuf[1<<10]; uint chridxbuf[1<<10]; |