diff options
Diffstat (limited to 'test/calc3.tab.c')
-rw-r--r-- | test/calc3.tab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/calc3.tab.c b/test/calc3.tab.c index eff5a31ef2f91..4760f152d6756 100644 --- a/test/calc3.tab.c +++ b/test/calc3.tab.c @@ -286,12 +286,12 @@ int yynerrs; #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; |