Fix debug over-verbosity.

This commit is contained in:
Wilson Snyder 2019-06-12 19:11:26 -04:00
parent ff360738b5
commit 94ed817897

View File

@ -988,7 +988,7 @@ void V3ParseImp::lexToken() {
|| token == yGLOBAL__LEX
// Never put yID_* here; below symbol table resolution would break
) {
if (debugFlex()) { cout<<" lexToken: reading ahead to find possible strength"<<endl; }
if (debugFlex()>=6) { cout<<" lexToken: reading ahead to find possible strength"<<endl; }
V3ParseBisonYYSType curValue = yylval; // Remember value, as about to read ahead
int nexttok = yylexReadTok();
m_ahead = true;