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();