/[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.18 by akim, Wed Dec 5 09:24:06 2001 UTC revision 1.17.2.19 by akim, Wed Dec 5 09:24:54 2001 UTC
# Line 98  print_actions (FILE *out, int state) Line 98  print_actions (FILE *out, int state)
98  {  {
99    int i;    int i;
100    
101    shifts   *shiftp = state_table[state].shift_table;    shifts   *shiftp = state_table[state].shifts;
102    reductions *redp = state_table[state].reduction_table;    reductions *redp = state_table[state].reductions;
103    errs       *errp = err_table[state];    errs       *errp = state_table[state].errs;
104    
105    if (!shiftp->nshifts && !redp)    if (!shiftp->nshifts && !redp)
106      {      {

Legend:
Removed from v.1.17.2.18  
changed lines
  Added in v.1.17.2.19

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