]> git.saurik.com Git - bison.git/commitdiff
* src/output.c (output): Remove the initialization of the macro
authorRobert Anisko <robert@lrde.epita.fr>
Mon, 27 Aug 2001 14:55:39 +0000 (14:55 +0000)
committerRobert Anisko <robert@lrde.epita.fr>
Mon, 27 Aug 2001 14:55:39 +0000 (14:55 +0000)
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.


No differences found