]> git.saurik.com Git - bison.git/blobdiff - src/reader.h
* src/bison.simple: Define type yystype instead of YYSTYPE, and
[bison.git] / src / reader.h
index cf97a456e04da9dc0c3692445f2d66e15b098883..4030e478e793ced5a977d0d1acc9b948ea8bf501 100644 (file)
@@ -1,5 +1,5 @@
 /* Input parser for bison
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
 extern void reader PARAMS ((void));
 
 
 extern void reader PARAMS ((void));
 
 
-extern void reader_output_yylsp PARAMS ((FILE *));
-
 extern int lineno;
 extern char **tags;
 extern short *user_toknums;
 
 extern int lineno;
 extern char **tags;
 extern short *user_toknums;
 
+extern struct obstack muscle_obstack;
+
 #endif /* !READER_H_ */
 #endif /* !READER_H_ */