From: Akim Demaille Date: Tue, 5 Feb 2002 10:04:24 +0000 (+0000) Subject: Revert the previous patch. X-Git-Tag: before-m4-back-end^0 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8e864447445e3674133ddd8906f42f5a4cddc1d9 Revert the previous patch. --- diff --git a/ChangeLog b/ChangeLog index 24da4638..b7bebd13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,13 +4,11 @@ * configure.in: Check for the declarations of free and malloc. * src/muscle_tab.c: Adjust. - 2002-02-05 Akim Demaille * src/muscle_tab.c (muscle_init): Don't default to NULL muscle which have no values. - 2002-02-05 Akim Demaille * src/bison.simple, src/bison.hairy, src/bison.c++: Move to... diff --git a/src/closure.c b/src/closure.c index 3fe824c5..e2a59851 100644 --- a/src/closure.c +++ b/src/closure.c @@ -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;