/* Input parser for bison
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
extern void reader PARAMS ((void));
-extern void reader_output_yylsp PARAMS ((FILE *));
-
extern int lineno;
extern char **tags;
extern short *user_toknums;
+extern struct obstack muscle_obstack;
+
#endif /* !READER_H_ */