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

Diff of /bison/src/conflicts.c

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

revision 1.65 by akim, Sat Dec 29 14:20:47 2001 UTC revision 1.66 by akim, Sun Jan 6 20:49:53 2002 UTC
# Line 265  count_rr_conflicts (state_t *state) Line 265  count_rr_conflicts (state_t *state)
265        int count = 0;        int count = 0;
266        int j;        int j;
267        for (j = 0; j < state->nlookaheads; ++j)        for (j = 0; j < state->nlookaheads; ++j)
268          if (BITISSET (LA (state->lookaheadsp), state->lookaheadsp + j))          if (BITISSET (LA (state->lookaheadsp + j), i))
269            count++;            count++;
270    
271        if (count >= 2)        if (count >= 2)

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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