From: Robert Anisko Date: Mon, 27 Aug 2001 14:55:39 +0000 (+0000) Subject: * src/output.c (output): Remove the initialization of the macro X-Git-Tag: pre-merge-of-1-29-branch~54 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/82e236e2d66e4876663586d30a44ebb57f9cdf6c?ds=sidebyside;hp=82e236e2d66e4876663586d30a44ebb57f9cdf6c * src/output.c (output): Remove the initialization of the macro obstack. It was done too late here. * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was completely wrong. (reader): Initialize the macro obstack here, since we need it to grow '%define' directives. * src/reader.h: Declare the macro obstack as extern. ---