X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a70083a3ed3fc3f69e0bed00220614f9d8263994..5f7e08323a452b0b55ad94b8c866970a2929d9ad:/src/reader.h diff --git a/src/reader.h b/src/reader.h index cf97a456..4030e478 100644 --- a/src/reader.h +++ b/src/reader.h @@ -1,5 +1,5 @@ /* 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. @@ -30,10 +30,10 @@ 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_ */