/[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.9 by akim, Mon Nov 19 10:07:44 2001 UTC revision 1.10 by akim, Mon Nov 19 10:08:02 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.9  
changed lines
  Added in v.1.10

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