diff options
Diffstat (limited to 'Parser/pgen.h')
-rw-r--r-- | Parser/pgen.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Parser/pgen.h b/Parser/pgen.h index 872a3fa..d9d1d09 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; |