X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/837491d810584b5126ef098c801e7ec66f38d969..f87685c3245a30154897374780d5d0471c7229c0:/src/reader.h diff --git a/src/reader.h b/src/reader.h index 4030e478..3a0b4284 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. @@ -34,6 +34,4 @@ extern int lineno; extern char **tags; extern short *user_toknums; -extern struct obstack muscle_obstack; - #endif /* !READER_H_ */