X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/84b6f483514ab046b7ea434b7939e6198d4b4193..b59b91bb6e46b51bfc7960bacd654ca7b710f3c7:/src/print.c diff --git a/src/print.c b/src/print.c index 025c179f..93021fa5 100644 --- a/src/print.c +++ b/src/print.c @@ -98,9 +98,9 @@ print_actions (FILE *out, int state) { int i; - shifts *shiftp = state_table[state].shift_table; - reductions *redp = state_table[state].reduction_table; - errs *errp = err_table[state]; + shifts *shiftp = state_table[state].shifts; + reductions *redp = state_table[state].reductions; + errs *errp = state_table[state].errs; if (!shiftp->nshifts && !redp) {