X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4d1801f1a888fc5687ae103fb76935ef0d24cbaf..2b81e969ea04c1a6502928ba7e847ec8ff7dcb2f:/lib/bitset.c diff --git a/lib/bitset.c b/lib/bitset.c index 0cc3ee53..ddbef843 100644 --- a/lib/bitset.c +++ b/lib/bitset.c @@ -138,7 +138,7 @@ bitset_alloc (bitset_bindex n_bits, enum bitset_type type) bytes = bitset_bytes (type, n_bits); - bset = (bitset) xcalloc (1, bytes); + bset = xcalloc (1, bytes); /* The cache is disabled until some elements are allocated. If we have variable length arrays, then we may need to allocate a dummy