From 13a20c5ee9dd24ddc7d11075a1d2d83dd43cfc3c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 11 Jul 2019 07:05:33 -0400 Subject: [PATCH] Internals: Fix inserted tabs. --- src/V3PreLex.l | 6 +++--- src/verilog.l | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/V3PreLex.l b/src/V3PreLex.l index 0bc98d50f..408714bf3 100644 --- a/src/V3PreLex.l +++ b/src/V3PreLex.l @@ -321,8 +321,8 @@ size_t V3PreLex::inputToLex(char* buf, size_t max_size) { // VPreStream* streamp = curStreamp(); if (debug()>=10) { - cout<<"- pp:inputToLex ITL s="<m_eof) return ""; // Don't delete the final "EOF" stream bool exited_file = curStreamp()->m_file; diff --git a/src/verilog.l b/src/verilog.l index 1f3a1c2a7..df52290d5 100644 --- a/src/verilog.l +++ b/src/verilog.l @@ -1023,7 +1023,7 @@ void V3ParseImp::lexToken() { SYMP->nextId(NULL); } else { UINFO(7," lexToken: find upward "<symCurrentp() - <<" for '"<<*(yylval.strp)<<"'"<=9) SYMP->symCurrentp()->dump(cout," -findtree: ", true); foundp = SYMP->symCurrentp()->findIdFallback(*(yylval.strp)); } @@ -1057,8 +1057,8 @@ int V3ParseImp::lexToBison() { cout<<" {"<filenameLetters()<lineno() <<"} lexToBison TOKEN="<