]> git.saurik.com Git - bison.git/blobdiff - src/reader.h
Remove the last uses of mktemp and unlink/delete.
[bison.git] / src / reader.h
index cf97a456e04da9dc0c3692445f2d66e15b098883..c298891173e244a4c43e74ac25882c58b7702401 100644 (file)
@@ -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;