forked from github/verilator
Increase bison max depth to prevent parse error
This commit is contained in:
parent
ef69f36403
commit
eca6f2ca05
@ -30,6 +30,7 @@
|
||||
#include "V3Global.h"
|
||||
|
||||
#define YYERROR_VERBOSE 1
|
||||
#define YYINITDEPTH 10000 // Older bisons ignore YYMAXDEPTH
|
||||
#define YYMAXDEPTH 10000
|
||||
|
||||
// Pick up new lexer
|
||||
|
Loading…
Reference in New Issue
Block a user