/[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.22.2.32 by akim, Thu Jan 3 13:39:20 2002 UTC revision 1.22.2.33 by akim, Sun Jan 6 20:59:12 2002 UTC
# Line 276  count_rr_conflicts (int state) Line 276  count_rr_conflicts (int state)
276        int count = 0;        int count = 0;
277        int j;        int j;
278        for (j = m; j < n; j++)        for (j = m; j < n; j++)
279          if (BITISSET (LA (m), j))          if (BITISSET (LA (i), j))
280            count++;            count++;
281    
282        if (count >= 2)        if (count >= 2)

Legend:
Removed from v.1.22.2.32  
changed lines
  Added in v.1.22.2.33

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