X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/84b6f483514ab046b7ea434b7939e6198d4b4193..e89a22bfab22e4d2ee73be49dcb66b51f8d0e892:/src/print.c?ds=sidebyside 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) {