]> git.saurik.com Git - bison.git/blobdiff - src/output.c
* src/LR0.c (save_reductions): Remove, replaced by...
[bison.git] / src / output.c
index ea4186c81c639125e50b5efbbc95b012401c3394..daf753e4574efba14c63076e95dcb5c8eb4a361b 100644 (file)
@@ -429,9 +429,9 @@ action_row (state_t *state)
 {
   int i;
   int default_rule = 0;
-  reductions *redp = state->reductions;
+  reductions_t *redp = state->reductions;
   shifts_t *shiftp = state->shifts;
-  errs *errp = state->errs;
+  errs_t *errp = state->errs;
   /* set nonzero to inhibit having any default reduction */
   int nodefault = 0;
   int conflicted = 0;