summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/code_calc.code.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/test/code_calc.code.c')
-rw-r--r--contrib/byacc/test/code_calc.code.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/byacc/test/code_calc.code.c b/contrib/byacc/test/code_calc.code.c
index 1c1fea1..f921570 100644
--- a/contrib/byacc/test/code_calc.code.c
+++ b/contrib/byacc/test/code_calc.code.c
@@ -187,12 +187,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