]> git.saurik.com Git - bison.git/commitdiff
Revert the previous patch. before-m4-back-end
authorAkim Demaille <akim@epita.fr>
Tue, 5 Feb 2002 10:04:24 +0000 (10:04 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 5 Feb 2002 10:04:24 +0000 (10:04 +0000)
ChangeLog
src/closure.c

index 24da4638e89cf268d6a884583c41c77ce4860df9..b7bebd13e856457578a1ade20b3f66638fe8035a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,13 +4,11 @@
        * configure.in: Check for the declarations of free and malloc.
        * src/muscle_tab.c: Adjust.
 
        * configure.in: Check for the declarations of free and malloc.
        * src/muscle_tab.c: Adjust.
 
-       
 2002-02-05  Akim Demaille  <akim@epita.fr>
 
        * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
        which have no values.
 
 2002-02-05  Akim Demaille  <akim@epita.fr>
 
        * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
        which have no values.
 
-       
 2002-02-05  Akim Demaille  <akim@epita.fr>
 
        * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
 2002-02-05  Akim Demaille  <akim@epita.fr>
 
        * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
index 3fe824c5ea59e9d80c4a49783bba9fcd4923e000..e2a598512cfa14532e18d13e3ec82a2eaee32525 100644 (file)
@@ -195,6 +195,9 @@ closure (short *core, int n)
   /* Index over CORE. */
   int c;
 
   /* Index over CORE. */
   int c;
 
+  /* An index over RULESET. */
+  int r;
+
   /* A bit index over RULESET. */
   int ruleno;
 
   /* A bit index over RULESET. */
   int ruleno;