aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c_lex.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-04-17 20:30:14 +0200
committerlemon <lsof@mailbox.org>2026-04-17 20:57:03 +0200
commit8a78aee7e3d55399d9de3086632bb367c4bea676 (patch)
tree689000e2c38322871e95012aad35655f25de27e8 /src/c_lex.h
parent919cbebac4a66dfde36aa2accd84abdba2909080 (diff)
cpp: #include_next
Diffstat (limited to 'src/c_lex.h')
-rw-r--r--src/c_lex.h1
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];