X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ffc03584ad0402bcbc68a6e90d0593d52aaf4add..e89a22bfab22e4d2ee73be49dcb66b51f8d0e892:/src/conflicts.c diff --git a/src/conflicts.c b/src/conflicts.c index 03fca121..6f6ea882 100644 --- a/src/conflicts.c +++ b/src/conflicts.c @@ -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)