mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
* src/LR0.c (save_reductions): Remove, replaced by...
* src/state.h, src/state.c (state_reductions_set): New. (reductions, errs): Rename as... (reductions_t, errs_t): these. Adjust all dependencies.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user