* src/conflicts.c (count_rr_conflicts): The previous RR conflicts

patch was improperly applied: fix it.
This commit is contained in:
Akim Demaille
2002-01-07 08:42:59 +00:00
parent 62d3162c4c
commit 25a46077de
3 changed files with 15 additions and 10 deletions

View File

@@ -276,7 +276,7 @@ count_rr_conflicts (int state)
int count = 0;
int j;
for (j = m; j < n; j++)
if (BITISSET (LA (i), j))
if (BITISSET (LA (j), i))
count++;
if (count >= 2)