diff options
author | Akim Demaille <akim@epita.fr> | 2001-12-17 17:31:56 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2001-12-17 17:31:56 +0000 |
commit | f87685c3245a30154897374780d5d0471c7229c0 (patch) | |
tree | 1761f474149e55ca8a0d9ee72aba2612cea5ed3f /src/reader.h | |
parent | 837491d810584b5126ef098c801e7ec66f38d969 (diff) | |
download | bison-f87685c3245a30154897374780d5d0471c7229c0.tar.gz |
* src/output.c (output_obstack): Be static and rename as...
(format_obstack): this, to avoid any confusion with files.c's
output_obstack.
* src/reader.h (muscle_obstack): Move to...
* src/output.h: here, since it's defined in output.c.
Diffstat (limited to 'src/reader.h')
-rw-r--r-- | src/reader.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/reader.h b/src/reader.h index 4030e478..3a0b4284 100644 --- a/src/reader.h +++ b/src/reader.h @@ -1,5 +1,5 @@ /* Input parser for bison - Copyright 2000 Free Software Foundation, Inc. + Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -34,6 +34,4 @@ extern int lineno; extern char **tags; extern short *user_toknums; -extern struct obstack muscle_obstack; - #endif /* !READER_H_ */ |