From f73f0301fd2d4306f173984fc8089ad463da26fe Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 24 Feb 2026 14:09:19 +0100 Subject: diagnostics: also print #include provenance for warnings --- c/lex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/lex.h') diff --git a/c/lex.h b/c/lex.h index c4c38e8..35cf77d 100644 --- a/c/lex.h +++ b/c/lex.h @@ -88,7 +88,7 @@ struct token { */ }; -extern int nerror; +extern int nerror, nwarn; struct lexer { struct lexer *save; short fileid; @@ -102,7 +102,7 @@ struct lexer { struct arena **tmparena; bool firstdirective; short nppcnd0; - short inclnerror; + short inclnerror, inclnwarn; internstr inclguard; uchar chrbuf[1<<10]; uint chridxbuf[1<<10]; -- cgit v1.2.3