]> git.saurik.com Git - bison.git/blobdiff - src/closure.c
Fix the previous test.
[bison.git] / src / closure.c
index 3fe824c5ea59e9d80c4a49783bba9fcd4923e000..e2a598512cfa14532e18d13e3ec82a2eaee32525 100644 (file)
@@ -195,6 +195,9 @@ closure (short *core, int n)
   /* Index over CORE. */
   int c;
 
+  /* An index over RULESET. */
+  int r;
+
   /* A bit index over RULESET. */
   int ruleno;