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

Diff of /bison/src/lalr.c

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

revision 1.73 by akim, Sun Jun 30 17:30:29 2002 UTC revision 1.74 by akim, Sun Jun 30 17:30:46 2002 UTC
# Line 521  states_lookaheads_count (void) Line 521  states_lookaheads_count (void)
521      {      {
522        int k;        int k;
523        int nlookaheads = 0;        int nlookaheads = 0;
524        reductions *rp = states[i]->reductions;        reductions_t *rp = states[i]->reductions;
525        shifts_t *sp = states[i]->shifts;        shifts_t *sp = states[i]->shifts;
526    
527        /* We need a lookahead either to distinguish different        /* We need a lookahead either to distinguish different

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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