Skip to content

Commit

Permalink
no space is required after #include
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyaRanjanDas-tomtom committed Nov 7, 2024
1 parent bb7e32f commit 3fbde1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppparser/src/parser.l
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ This context starts after #if, #elif, and #pragma to capture everyting till a ne
RETURN(tknUndef);
}

<ctxPreprocessor>include/{WS} {
<ctxPreprocessor>include/{TS} {
LOG();
ENDCONTEXT();
setupToken();
Expand Down

0 comments on commit 3fbde1a

Please sign in to comment.