X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/62a3e4f0c54505834cb89c40726771ad32aabb27..a49aecd528ab271f49fa76a482abbd84ce216b46:/src/nullable.c diff --git a/src/nullable.c b/src/nullable.c index 6708313b..42e398b3 100644 --- a/src/nullable.c +++ b/src/nullable.c @@ -47,11 +47,11 @@ void set_nullable (void) { int ruleno; - short *s1; - short *s2; + symbol_number_t *s1; + symbol_number_t *s2; shorts *p; - short *squeue = XCALLOC (short, nvars); + symbol_number_t *squeue = XCALLOC (symbol_number_t, nvars); short *rcount = XCALLOC (short, nrules + 1); /* RITEM contains all the rules, including useless productions. Hence we must allocate room for useless nonterminals too. */