Skip to content

Commit 3fbde1a

Browse files
no space is required after #include
1 parent bb7e32f commit 3fbde1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppparser/src/parser.l

+1-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ This context starts after #if, #elif, and #pragma to capture everyting till a ne
846846
RETURN(tknUndef);
847847
}
848848

849-
<ctxPreprocessor>include/{WS} {
849+
<ctxPreprocessor>include/{TS} {
850850
LOG();
851851
ENDCONTEXT();
852852
setupToken();

0 commit comments

Comments
 (0)