diff options
Diffstat (limited to 'test/yacc/stdin2.calc.c')
-rw-r--r-- | test/yacc/stdin2.calc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yacc/stdin2.calc.c b/test/yacc/stdin2.calc.c index a308587..3788239 100644 --- a/test/yacc/stdin2.calc.c +++ b/test/yacc/stdin2.calc.c @@ -74,7 +74,7 @@ extern int YYPARSE_DECL(); #define LETTER 258 #define UMINUS 259 #define YYERRCODE 256 -typedef short YYINT; +typedef int YYINT; static const YYINT yylhs[] = { -1, 0, 0, 0, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, |