* src/LR0.c (allocate_itemsets): kernel_size contains ints, not

size_ts.
This commit is contained in:
Akim Demaille
2001-11-26 13:01:17 +00:00
parent e0c40012bd
commit 0e41b407b9
4 changed files with 14 additions and 71 deletions

View File

@@ -94,7 +94,7 @@ allocate_itemsets (void)
}
shift_symbol = symbol_count;
kernel_size = XCALLOC (size_t, nsyms);
kernel_size = XCALLOC (int, nsyms);
}