/[bison]/bison/src/conflicts.c
ViewVC logotype

Diff of /bison/src/conflicts.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by akim, Sat Dec 29 14:18:52 2001 UTC revision 1.63 by akim, Sat Dec 29 14:19:13 2001 UTC
# Line 122  resolve_sr_conflict (state_t *state, int Line 122  resolve_sr_conflict (state_t *state, int
122               For right association, keep only the shift.               For right association, keep only the shift.
123               For nonassociation, keep neither.  */               For nonassociation, keep neither.  */
124    
125            switch (sassoc[i])            switch (symbols[i]->assoc)
126              {              {
127              case right_assoc:              case right_assoc:
128                log_resolution (state, lookahead, i, _("shift"));                log_resolution (state, lookahead, i, _("shift"));

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26