]> git.saurik.com Git - bison.git/blobdiff - src/reader.h
Regen.
[bison.git] / src / reader.h
index 7cdd694195b8885f5c921069e5b63c9afe20f409..5c6c902739039985f76beb620b5c8558b405ecdf 100644 (file)
@@ -1,5 +1,5 @@
 /* Input parser for bison
 /* 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.
 
 
    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 ((struct obstack *));
-
 extern int lineno;
 extern int lineno;
-extern char **tags;
-extern short *user_toknums;
-
-extern struct obstack macro_obstack;
 
 #endif /* !READER_H_ */
 
 #endif /* !READER_H_ */