Skip to content

Commit

Permalink
Bug 721032 - Trouble with /cond /endcond
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Dec 25, 2013
1 parent 8f58d6d commit 2912829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commentcnv.l
Expand Up @@ -731,7 +731,7 @@ void replaceComment(int offset);
<CComment,ReadLine>[\\@][\\@][~a-z_A-Z][a-z_A-Z0-9]*[ \t]* { // escaped command
copyToOutput(yytext,(int)yyleng);
}
<CComment,ReadLine>[\\@]"cond"[ \t]+ { // conditional section
<CComment,ReadLine>[\\@]"cond"/[^a-z_A-Z0-9] { // conditional section
g_condCtx = YY_START;
BEGIN(CondLine);
}
Expand Down

0 comments on commit 2912829

Please sign in to comment.