diff options
Diffstat (limited to 'test/calc1.tab.c')
-rw-r--r-- | test/calc1.tab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/calc1.tab.c b/test/calc1.tab.c index 7db7c3042c1f8..619bc71039f0b 100644 --- a/test/calc1.tab.c +++ b/test/calc1.tab.c @@ -334,12 +334,12 @@ YYSTYPE yylval; #ifdef YYMAXDEPTH #define YYSTACKSIZE YYMAXDEPTH #else -#define YYSTACKSIZE 500 -#define YYMAXDEPTH 500 +#define YYSTACKSIZE 10000 +#define YYMAXDEPTH 10000 #endif #endif -#define YYINITSTACKSIZE 500 +#define YYINITSTACKSIZE 200 typedef struct { unsigned stacksize; |