summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/test')
-rw-r--r--contrib/byacc/test/calc.tab.c6
-rw-r--r--contrib/byacc/test/calc1.tab.c6
-rw-r--r--contrib/byacc/test/calc2.tab.c6
-rw-r--r--contrib/byacc/test/calc3.tab.c6
-rw-r--r--contrib/byacc/test/code_calc.code.c6
-rw-r--r--contrib/byacc/test/code_error.code.c6
-rw-r--r--contrib/byacc/test/error.tab.c6
-rw-r--r--contrib/byacc/test/ftp.tab.c6
-rw-r--r--contrib/byacc/test/grammar.tab.c6
-rw-r--r--contrib/byacc/test/pure_calc.tab.c6
-rw-r--r--contrib/byacc/test/pure_error.tab.c6
-rw-r--r--contrib/byacc/test/quote_calc-s.tab.c6
-rw-r--r--contrib/byacc/test/quote_calc.tab.c6
-rw-r--r--contrib/byacc/test/quote_calc2-s.tab.c6
-rw-r--r--contrib/byacc/test/quote_calc2.tab.c6
-rw-r--r--contrib/byacc/test/quote_calc3-s.tab.c6
-rw-r--r--contrib/byacc/test/quote_calc3.tab.c6
-rw-r--r--contrib/byacc/test/quote_calc4-s.tab.c6
-rw-r--r--contrib/byacc/test/quote_calc4.tab.c6
19 files changed, 57 insertions, 57 deletions
diff --git a/contrib/byacc/test/calc.tab.c b/contrib/byacc/test/calc.tab.c
index 085c1f3..e86e30d 100644
--- a/contrib/byacc/test/calc.tab.c
+++ b/contrib/byacc/test/calc.tab.c
@@ -284,12 +284,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;
diff --git a/contrib/byacc/test/calc1.tab.c b/contrib/byacc/test/calc1.tab.c
index 7db7c30..619bc71 100644
--- a/contrib/byacc/test/calc1.tab.c
+++ b/contrib/byacc/test/calc1.tab.c
@@ -334,12 +334,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;
diff --git a/contrib/byacc/test/calc2.tab.c b/contrib/byacc/test/calc2.tab.c
index 4e988e7..359dbe2 100644
--- a/contrib/byacc/test/calc2.tab.c
+++ b/contrib/byacc/test/calc2.tab.c
@@ -286,12 +286,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;
diff --git a/contrib/byacc/test/calc3.tab.c b/contrib/byacc/test/calc3.tab.c
index eff5a31..4760f15 100644
--- a/contrib/byacc/test/calc3.tab.c
+++ b/contrib/byacc/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;
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;
diff --git a/contrib/byacc/test/code_error.code.c b/contrib/byacc/test/code_error.code.c
index 43ce409..481381c 100644
--- a/contrib/byacc/test/code_error.code.c
+++ b/contrib/byacc/test/code_error.code.c
@@ -179,12 +179,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;
diff --git a/contrib/byacc/test/error.tab.c b/contrib/byacc/test/error.tab.c
index 0cb6fb3..35c82a6 100644
--- a/contrib/byacc/test/error.tab.c
+++ b/contrib/byacc/test/error.tab.c
@@ -193,12 +193,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;
diff --git a/contrib/byacc/test/ftp.tab.c b/contrib/byacc/test/ftp.tab.c
index 6f32cb4..b7b4d46 100644
--- a/contrib/byacc/test/ftp.tab.c
+++ b/contrib/byacc/test/ftp.tab.c
@@ -559,12 +559,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;
diff --git a/contrib/byacc/test/grammar.tab.c b/contrib/byacc/test/grammar.tab.c
index 8065343..7b18715 100644
--- a/contrib/byacc/test/grammar.tab.c
+++ b/contrib/byacc/test/grammar.tab.c
@@ -893,12 +893,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;
diff --git a/contrib/byacc/test/pure_calc.tab.c b/contrib/byacc/test/pure_calc.tab.c
index acba404..40d784e 100644
--- a/contrib/byacc/test/pure_calc.tab.c
+++ b/contrib/byacc/test/pure_calc.tab.c
@@ -289,12 +289,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;
diff --git a/contrib/byacc/test/pure_error.tab.c b/contrib/byacc/test/pure_error.tab.c
index 55a7d7e..7b6334c 100644
--- a/contrib/byacc/test/pure_error.tab.c
+++ b/contrib/byacc/test/pure_error.tab.c
@@ -200,12 +200,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;
diff --git a/contrib/byacc/test/quote_calc-s.tab.c b/contrib/byacc/test/quote_calc-s.tab.c
index ec4375d..5f34b24 100644
--- a/contrib/byacc/test/quote_calc-s.tab.c
+++ b/contrib/byacc/test/quote_calc-s.tab.c
@@ -299,12 +299,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;
diff --git a/contrib/byacc/test/quote_calc.tab.c b/contrib/byacc/test/quote_calc.tab.c
index d900614..1c6e111 100644
--- a/contrib/byacc/test/quote_calc.tab.c
+++ b/contrib/byacc/test/quote_calc.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;
diff --git a/contrib/byacc/test/quote_calc2-s.tab.c b/contrib/byacc/test/quote_calc2-s.tab.c
index 4165df1..fdd9c90 100644
--- a/contrib/byacc/test/quote_calc2-s.tab.c
+++ b/contrib/byacc/test/quote_calc2-s.tab.c
@@ -299,12 +299,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;
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;
diff --git a/contrib/byacc/test/quote_calc3-s.tab.c b/contrib/byacc/test/quote_calc3-s.tab.c
index 480224a..4cd55a9 100644
--- a/contrib/byacc/test/quote_calc3-s.tab.c
+++ b/contrib/byacc/test/quote_calc3-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;
diff --git a/contrib/byacc/test/quote_calc3.tab.c b/contrib/byacc/test/quote_calc3.tab.c
index 1ab2ef0..8b00113 100644
--- a/contrib/byacc/test/quote_calc3.tab.c
+++ b/contrib/byacc/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;
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;
diff --git a/contrib/byacc/test/quote_calc4.tab.c b/contrib/byacc/test/quote_calc4.tab.c
index ca08d77..5913dde 100644
--- a/contrib/byacc/test/quote_calc4.tab.c
+++ b/contrib/byacc/test/quote_calc4.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