* 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.
This commit is contained in:
Akim Demaille
2001-12-17 17:31:56 +00:00
parent 837491d810
commit f87685c324
4 changed files with 49 additions and 40 deletions

View File

@@ -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_ */