* 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)
commit82e236e2d66e4876663586d30a44ebb57f9cdf6c
treeace04569a2e4c4c5383ab388e1eff9c934910e38
parentb0cfa28a1274c014b7bbff301f9421d7d09dd21e
* 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.
ChangeLog
src/output.c
src/reader.c
src/reader.h