X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6255b435119f729b0a7d27d581b75b9e71a0b89c..eeeb962b:/src/LR0.c diff --git a/src/LR0.c b/src/LR0.c index d7edc283..06ee51f6 100644 --- a/src/LR0.c +++ b/src/LR0.c @@ -94,7 +94,7 @@ allocate_itemsets (void) } shift_symbol = symbol_count; - kernel_size = XCALLOC (size_t, nsyms); + kernel_size = XCALLOC (int, nsyms); }