aboutsummaryrefslogtreecommitdiff
path: root/contrib/byacc/test/yacc/calc.tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/test/yacc/calc.tab.c')
-rw-r--r--contrib/byacc/test/yacc/calc.tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/byacc/test/yacc/calc.tab.c b/contrib/byacc/test/yacc/calc.tab.c
index 762dfa182e2d..ac7240d31140 100644
--- a/contrib/byacc/test/yacc/calc.tab.c
+++ b/contrib/byacc/test/yacc/calc.tab.c
@@ -150,7 +150,7 @@ extern int YYPARSE_DECL();
#define LETTER 258
#define UMINUS 259
#define YYERRCODE 256
-typedef short YYINT;
+typedef int YYINT;
static const YYINT calc_lhs[] = { -1,
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 3, 3,