summaryrefslogtreecommitdiffstats
path: root/src/pre.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pre.l')
-rw-r--r--src/pre.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pre.l b/src/pre.l
index 50ba69b..677877d 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -2136,7 +2136,6 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'"))
<SkipCComment,SkipCPPComment>[\\@]"cond"[ \t\r]*/\n {
g_condCtx = YY_START;
outputArray(yytext,yyleng);
- BEGIN(CondLine);
}
<CondLine>. {
unput(*yytext);