summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/quote_calc2.tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/test/quote_calc2.tab.c')
-rw-r--r--contrib/byacc/test/quote_calc2.tab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/byacc/test/quote_calc2.tab.c b/contrib/byacc/test/quote_calc2.tab.c
index 159954a..0043df4 100644
--- a/contrib/byacc/test/quote_calc2.tab.c
+++ b/contrib/byacc/test/quote_calc2.tab.c
@@ -305,12 +305,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;
OpenPOWER on IntegriCloud