diff --git a/src/V3PreLex.l b/src/V3PreLex.l index ef3fbaba8..8530e2ee5 100644 --- a/src/V3PreLex.l +++ b/src/V3PreLex.l @@ -172,7 +172,6 @@ psl [p]sl [\\]{crnl} { linenoInc(); appendDefValue((char*)"\n",1); } /* Return, but not \ is part of define value */ [^\/\*\n\r\\]+ | [\\][^\n\r] | -{word} { appendDefValue(yytext,yyleng); } . { appendDefValue(yytext,yyleng); } /* Comments inside define values - if embedded get added to define value per spec */