/[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.15 by akim, Wed Dec 5 09:34:55 2001 UTC revision 1.16 by akim, Wed Dec 5 09:44:26 2001 UTC
# Line 85  print_actions (int state, const char *no Line 85  print_actions (int state, const char *no
85  {  {
86    int i;    int i;
87    
88    shifts   *shiftp = state_table[state].shift_table;    shifts   *shiftp = state_table[state].shifts;
89    reductions *redp = state_table[state].reduction_table;    reductions *redp = state_table[state].reductions;
90  #if 0  #if 0
91    errs       *errp = err_table[state];    errs       *errp = err_table[state];
92  #endif  #endif

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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