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

Diff of /bison/src/print.c

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

revision 1.17.2.9 by akim, Mon Nov 19 09:10:12 2001 UTC revision 1.17.2.10 by akim, Mon Nov 19 09:10:30 2001 UTC
# Line 165  print_actions (FILE *out, int state) Line 165  print_actions (FILE *out, int state)
165          fputc ('\n', out);          fputc ('\n', out);
166      }      }
167    
168    if (consistent[state] && redp)    if (state_table[state].consistent && redp)
169      {      {
170        rule = redp->rules[0];        rule = redp->rules[0];
171        symbol = rlhs[rule];        symbol = rlhs[rule];

Legend:
Removed from v.1.17.2.9  
changed lines
  Added in v.1.17.2.10

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