Increase bison max depth to prevent parse error

This commit is contained in:
Wilson Snyder 2008-09-17 11:11:09 -04:00
parent ef69f36403
commit eca6f2ca05

View File

@ -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