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

Diff of /bison/src/print_graph.c

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

revision 1.6.2.7 by akim, Mon Nov 19 09:10:12 2001 UTC revision 1.6.2.8 by akim, Mon Nov 19 09:10:30 2001 UTC
# Line 178  print_actions (int state, const char *no Line 178  print_actions (int state, const char *no
178          obstack_sgrow (node_obstack, "\\n");          obstack_sgrow (node_obstack, "\\n");
179      }      }
180    
181    if (consistent[state] && redp)    if (state_table[state].consistent && redp)
182      {      {
183        rule = redp->rules[0];        rule = redp->rules[0];
184        symbol = rlhs[rule];        symbol = rlhs[rule];

Legend:
Removed from v.1.6.2.7  
changed lines
  Added in v.1.6.2.8

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