mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 00:47:26 +02:00
Internals: Cleanup some string constructors. No functional change.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ void V3ParseImp::yylexReadTok() {
|
||||
|
||||
void V3ParseImp::lexNew() {
|
||||
if (m_lexerp) delete m_lexerp; // Restart from clean slate.
|
||||
m_lexerp = new V3Lexer();
|
||||
m_lexerp = new V3Lexer;
|
||||
if (debugFlex() >= 9) m_lexerp->set_debug(~0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user