diff options
| author | 2026-04-17 20:30:14 +0200 | |
|---|---|---|
| committer | 2026-04-17 20:57:03 +0200 | |
| commit | 8a78aee7e3d55399d9de3086632bb367c4bea676 (patch) | |
| tree | 689000e2c38322871e95012aad35655f25de27e8 /src/c_lex.h | |
| parent | 919cbebac4a66dfde36aa2accd84abdba2909080 (diff) | |
cpp: #include_next
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]; |