diff options
Diffstat (limited to 'contrib/byacc/test/yacc/rename_debug.c')
-rw-r--r-- | contrib/byacc/test/yacc/rename_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/byacc/test/yacc/rename_debug.c b/contrib/byacc/test/yacc/rename_debug.c index 5202074..6bdd4a4 100644 --- a/contrib/byacc/test/yacc/rename_debug.c +++ b/contrib/byacc/test/yacc/rename_debug.c @@ -16,7 +16,7 @@ #line 17 "rename_debug.c" #include "rename_debug.i" #include "rename_debug.h" -typedef short YYINT; +typedef int YYINT; static const YYINT yylhs[] = { -1, 0, }; |