X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/355e7c1cd1341e7caa4b57536abd1124da2f2ba2..62a3e4f0c54505834cb89c40726771ad32aabb27:/src/derives.c?ds=sidebyside diff --git a/src/derives.c b/src/derives.c index 078c7284..297e6384 100644 --- a/src/derives.c +++ b/src/derives.c @@ -42,7 +42,7 @@ print_derives (void) fprintf (stderr, "\t%s derives\n", symbols[i]->tag); for (sp = derives[i]; *sp > 0; sp++) { - short *rhsp; + item_number_t *rhsp; fprintf (stderr, "\t\t%d:", *sp); for (rhsp = rules[*sp].rhs; *rhsp >= 0; ++rhsp) fprintf (stderr, " %s", symbols[*rhsp]->tag);