From 96e5ce447a6e5bf7302a5f905b1bb0a996c0502c Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 9 Jan 2026 12:31:32 +0100 Subject: cpp: fix multiline comment in skipped preprocessor directive --- test/07-pp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/07-pp.h') diff --git a/test/07-pp.h b/test/07-pp.h index 63de6f5..c0725b5 100644 --- a/test/07-pp.h +++ b/test/07-pp.h @@ -9,7 +9,8 @@ void hi(int x) { } #if 1 #endif -#elifndef Ww +#elifndef Ww /* + t'e */ #define Bar 7 #define SQR_(x) ((x)*(x)) #define SQR(y) SQR_(1+(y)-1) -- cgit v1.2.3