X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b0c4483ed286e4619d5889bb7ff474434292c66a..8419d367e1c296fa98b42a35820147fe5588b125:/src/reader.h diff --git a/src/reader.h b/src/reader.h index 4030e478..5c6c9027 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. @@ -31,9 +31,5 @@ extern void reader PARAMS ((void)); extern int lineno; -extern char **tags; -extern short *user_toknums; - -extern struct obstack muscle_obstack; #endif /* !READER_H_ */