diff options
Diffstat (limited to 'src/pre.l')
-rw-r--r-- | src/pre.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1373,6 +1373,7 @@ WSopt [ \t\r]* yyextra->yyLineNr++; yyextra->defLitText+=yytext; yyextra->defText+=' '; + outputChar(yyscanner,'\n'); } <RemoveCComment>{CCE}{B}*"#" { // see bug 594021 for a usecase for this rule if (yyextra->lastCContext==SkipCPPBlock) |