summaryrefslogtreecommitdiff
path: root/Parser/pgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/pgen.h')
-rw-r--r--Parser/pgen.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Parser/pgen.h b/Parser/pgen.h
index 872a3faf90..d9d1d09e8a 100644
--- a/Parser/pgen.h
+++ b/Parser/pgen.h
@@ -5,7 +5,7 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991, 1992, 1993 by Stichting Mathematisch Centrum,
+Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
All Rights Reserved
@@ -30,8 +30,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Parser generator interface */
-extern grammar gram;
-
extern grammar *meta_grammar PROTO((void));
struct _node;