]> git.saurik.com Git - bison.git/blobdiff - src/LR0.c
* src/bison.simple: Remove YYERROR_VERBOSE using.
[bison.git] / src / LR0.c
index d7edc283e8c1e7762c7508219eb0e5cec14bd42d..06ee51f6d3940e8cae26c63132a902306d60ecd2 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -94,7 +94,7 @@ allocate_itemsets (void)
     }
 
   shift_symbol = symbol_count;
     }
 
   shift_symbol = symbol_count;
-  kernel_size = XCALLOC (size_t, nsyms);
+  kernel_size = XCALLOC (int, nsyms);
 }
 
 
 }