]> git.saurik.com Git - bison.git/blobdiff - data/glr.c
Remove compiler warnings in GLR parsers.
[bison.git] / data / glr.c
index 944c33499e237caa4a32e72f051a413a279a3ac7..642b99310f7259bb36b05a77de5e270160645068 100644 (file)
@@ -673,7 +673,7 @@ typedef int yyStateNum;
 typedef int yyRuleNum;
 
 /** Grammar symbol */
-typedef short int yySymbol;
+typedef int yySymbol;
 
 /** Item references, as in LALR(1) machine */
 typedef short int yyItemNum;