blob: 36fecfa899454bde270e78b25e4f52e15b5c6e7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/verilog.y.orig 2020-08-14 11:38:09 UTC
+++ src/verilog.y
@@ -31,7 +31,6 @@
#include <cstdarg>
#include <stack>
-#define YYERROR_VERBOSE 1 // For prior to Bison 3.6
#define YYINITDEPTH 10000 // Older bisons ignore YYMAXDEPTH
#define YYMAXDEPTH 10000
|