]> git.saurik.com Git - bison.git/blobdiff - src/closure.c
* src/bison.simple: Remove YYERROR_VERBOSE using.
[bison.git] / src / closure.c
index ab086342dc67c4140b586098740f970efb398617..593aedf8fd64448985d79199288d4430a16fad4a 100644 (file)
@@ -28,7 +28,7 @@
 
 /* ITEMSETSIZE is the size of the array ITEMSET.  */
 short *itemset;
-size_t itemsetsize;
+int itemsetsize;
 
 static unsigned *ruleset;