/[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.35 by akim, Sun May 5 11:56:49 2002 UTC revision 1.36 by akim, Sun May 26 18:39:04 2002 UTC
# Line 140  print_actions (state_t *state, const cha Line 140  print_actions (state_t *state, const cha
140      if (!SHIFT_IS_DISABLED (shiftp, i))      if (!SHIFT_IS_DISABLED (shiftp, i))
141        {        {
142          int state1 = shiftp->shifts[i];          int state1 = shiftp->shifts[i];
143          token_number_t symbol = states[state1]->accessing_symbol;          symbol_number_t symbol = states[state1]->accessing_symbol;
144    
145          new_edge (&edge);          new_edge (&edge);
146    

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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