diff options
Diffstat (limited to 'contrib/byacc/test/yacc/code_calc.tab.c')
-rw-r--r-- | contrib/byacc/test/yacc/code_calc.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/byacc/test/yacc/code_calc.tab.c b/contrib/byacc/test/yacc/code_calc.tab.c index e72fa84..428375d 100644 --- a/contrib/byacc/test/yacc/code_calc.tab.c +++ b/contrib/byacc/test/yacc/code_calc.tab.c @@ -1,4 +1,4 @@ -typedef short YYINT; +typedef int YYINT; const YYINT calc_lhs[] = { -1, 0, 0, 0, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, |