X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a70083a3ed3fc3f69e0bed00220614f9d8263994..be642444923af7f647e8b798999fe63763cf6270:/src/reader.h diff --git a/src/reader.h b/src/reader.h index cf97a456..c2988911 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,7 +30,7 @@ extern void reader PARAMS ((void)); -extern void reader_output_yylsp PARAMS ((FILE *)); +extern void reader_output_yylsp PARAMS ((struct obstack *)); extern int lineno; extern char **tags;