/[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.61 by akim, Mon Mar 4 13:58:05 2002 UTC revision 1.62 by akim, Sun Apr 7 15:29:36 2002 UTC
# Line 417  build_relations (void) Line 417  build_relations (void)
417            state_t *state = states[from_state[i]];            state_t *state = states[from_state[i]];
418            states1[0] = state->number;            states1[0] = state->number;
419    
420            for (rp = &ritem[rules[*rulep].rhs]; *rp >= 0; rp++)            for (rp = rules[*rulep].rhs; *rp >= 0; rp++)
421              {              {
422                shifts *sp = state->shifts;                shifts *sp = state->shifts;
423                int j;                int j;

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

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