From 3fbde1ade1470bf71f28b51d01aee294ca574945 Mon Sep 17 00:00:00 2001 From: Satya Das Date: Thu, 7 Nov 2024 08:02:17 +0100 Subject: [PATCH] no space is required after #include --- cppparser/src/parser.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppparser/src/parser.l b/cppparser/src/parser.l index f29418c8..6d4b8d4b 100644 --- a/cppparser/src/parser.l +++ b/cppparser/src/parser.l @@ -846,7 +846,7 @@ This context starts after #if, #elif, and #pragma to capture everyting till a ne RETURN(tknUndef); } -include/{WS} { +include/{TS} { LOG(); ENDCONTEXT(); setupToken();