diff options
Diffstat (limited to 'test/quote_calc3.tab.c')
-rw-r--r-- | test/quote_calc3.tab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/quote_calc3.tab.c b/test/quote_calc3.tab.c index 1ab2ef0e5851f..8b00113a59d05 100644 --- a/test/quote_calc3.tab.c +++ b/test/quote_calc3.tab.c @@ -300,12 +300,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; |