mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
* src/gram.c, src/gram.h (sprec, sassoc): Remove.
Adjust all users to use symbols[i]->prec or ->assoc.
This commit is contained in:
@@ -122,7 +122,7 @@ resolve_sr_conflict (state_t *state, int lookahead)
|
||||
For right association, keep only the shift.
|
||||
For nonassociation, keep neither. */
|
||||
|
||||
switch (sassoc[i])
|
||||
switch (symbols[i]->assoc)
|
||||
{
|
||||
case right_assoc:
|
||||
log_resolution (state, lookahead, i, _("shift"));
|
||||
|
||||
Reference in New Issue
Block a user