From 2912829ca5bced897a2c063d1883b9cfd39d3bd9 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Wed, 25 Dec 2013 13:27:42 +0100 Subject: Bug 721032 - Trouble with /cond /endcond --- src/commentcnv.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commentcnv.l b/src/commentcnv.l index d59ef51..da5a0a8 100644 --- a/src/commentcnv.l +++ b/src/commentcnv.l @@ -731,7 +731,7 @@ void replaceComment(int offset); [\\@][\\@][~a-z_A-Z][a-z_A-Z0-9]*[ \t]* { // escaped command copyToOutput(yytext,(int)yyleng); } -[\\@]"cond"[ \t]+ { // conditional section +[\\@]"cond"/[^a-z_A-Z0-9] { // conditional section g_condCtx = YY_START; BEGIN(CondLine); } -- cgit v0.12