]> git.saurik.com Git - bison.git/blobdiff - src/reader.h
* src/closure.c, src/print.c, src/reader.c, src/reduce.c:
[bison.git] / src / reader.h
index 5c6c902739039985f76beb620b5c8558b405ecdf..32f02e96ffc35f4d4f97f4ddfc34954caf426d34 100644 (file)
@@ -1,5 +1,5 @@
 /* Input parser for bison
-   Copyright 2000, 2001  Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002  Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
    function (YYGUARD or YYACTION) which contains a switch statement to
    decide which guard or action to execute.  */
 
-extern void reader PARAMS ((void));
+void reader PARAMS ((void));
 
+/* Free the packed grammar. */
+void grammar_free PARAMS ((void));
 
 extern int lineno;