]> git.saurik.com Git - bison.git/blobdiff - src/conflicts.c
* tests/regression.at, tests/torture.at, tests/calc.at: Adjust to
[bison.git] / src / conflicts.c
index 03fca121a001deb5c2e584ffbf7d7768fdbfe250..6f6ea882d3cba5013a8ca0ab3a8312f2151ea1de 100644 (file)
@@ -276,7 +276,7 @@ count_rr_conflicts (int state)
       int count = 0;
       int j;
       for (j = m; j < n; j++)
-       if (BITISSET (LA (m), j))
+       if (BITISSET (LA (j), i))
          count++;
 
       if (count >= 2)