summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/quote_calc4-s.tab.c
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-29 08:21:22 +0000
committerbapt <bapt@FreeBSD.org>2013-10-29 08:21:22 +0000
commitbf49c1a9f2225a9e4bf47fa0384aea1cf9304006 (patch)
tree2f5f7686b6d76d67832a5675dc5fb9a8fd571fa5 /contrib/byacc/test/quote_calc4-s.tab.c
parentadedddebaf133f1e91eef5f53dd15ead277b8327 (diff)
parent968d1daf89ad42d587cce59726a3fe18bac61d8e (diff)
downloadFreeBSD-src-bf49c1a9f2225a9e4bf47fa0384aea1cf9304006.zip
FreeBSD-src-bf49c1a9f2225a9e4bf47fa0384aea1cf9304006.tar.gz
Merge byacc 20130925
2 changes: - Increase default stack-size so that used to be our default stack-size prior byacc import - fix two loop-limits found by clang 3.3
Diffstat (limited to 'contrib/byacc/test/quote_calc4-s.tab.c')
-rw-r--r--contrib/byacc/test/quote_calc4-s.tab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/byacc/test/quote_calc4-s.tab.c b/contrib/byacc/test/quote_calc4-s.tab.c
index 3e522f2..bf0fda0 100644
--- a/contrib/byacc/test/quote_calc4-s.tab.c
+++ b/contrib/byacc/test/quote_calc4-s.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;
OpenPOWER on IntegriCloud