/[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.50 by akim, Thu Dec 27 18:11:06 2001 UTC revision 1.51 by akim, Sat Dec 29 14:15:33 2001 UTC
# Line 418  build_relations (void) Line 418  build_relations (void)
418            state_t *state = state_table[from_state[i]];            state_t *state = state_table[from_state[i]];
419            states[0] = state->number;            states[0] = state->number;
420    
421            for (rp = ritem + rule_table[*rulep].rhs; *rp > 0; rp++)            for (rp = &ritem[rule_table[*rulep].rhs]; *rp >= 0; rp++)
422              {              {
423                shifts *sp = state->shifts;                shifts *sp = state->shifts;
424                int j;                int j;

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

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