diff --git a/src/verilog.l b/src/verilog.l index 78bd21c46..dae0d6a43 100644 --- a/src/verilog.l +++ b/src/verilog.l @@ -1036,7 +1036,7 @@ int V3ParseImp::lexToken() { if (token == yaID__LEX) { VSymEnt* foundp; if (VSymEnt* look_underp = SYMP->nextId()) { - if (debugFlex()) { cout<<" lexToken: next id lookup forced under "<findIdFallback(*(yylval.strp)); // "consume" it. Must set again if want another token under temp scope SYMP->nextId(NULL);