]> git.saurik.com Git - bison.git/blobdiff - src/print.c
* src/conflicts.c (err_table): Remove.
[bison.git] / src / print.c
index 025c179fbe70c1497d9b46565ccd1310685154dc..93021fa58dee48041438c939daad3795b007178b 100644 (file)
@@ -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)
     {