summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pre.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pre.l b/src/pre.l
index 3644879..16d9a95 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -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)