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

Diff of /bison/src/output.c

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

revision 1.39.2.7 by akim, Mon Nov 19 09:10:12 2001 UTC revision 1.39.2.8 by akim, Mon Nov 19 09:10:30 2001 UTC
# Line 620  action_row (int state) Line 620  action_row (int state)
620    
621    if (nreds >= 1 && !nodefault)    if (nreds >= 1 && !nodefault)
622      {      {
623        if (consistent[state])        if (state_table[state].consistent)
624          default_rule = redp->rules[0];          default_rule = redp->rules[0];
625        else        else
626          {          {

Legend:
Removed from v.1.39.2.7  
changed lines
  Added in v.1.39.2.8

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