diff options
Diffstat (limited to 'test/btyacc/calc1.tab.c')
-rw-r--r-- | test/btyacc/calc1.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btyacc/calc1.tab.c b/test/btyacc/calc1.tab.c index 16a719c..d155667 100644 --- a/test/btyacc/calc1.tab.c +++ b/test/btyacc/calc1.tab.c @@ -195,7 +195,7 @@ extern int YYPARSE_DECL(); #define CONST 259 #define UMINUS 260 #define YYERRCODE 256 -typedef short YYINT; +typedef int YYINT; static const YYINT calc1_lhs[] = { -1, 3, 3, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, |