From 8a78aee7e3d55399d9de3086632bb367c4bea676 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 17 Apr 2026 20:30:14 +0200 Subject: cpp: #include_next --- src/c_lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c_lex.h') 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]; -- cgit v1.2.3