From: Neil Booth Date: Sun, 24 Mar 2002 12:46:33 +0000 (+0000) Subject: * gigi.h (yyparse): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=056719682d23e15e178a9a0ba4918dc3ded3455a;p=gcc.git * gigi.h (yyparse): Remove. From-SVN: r51257 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 5f2d424058c..72d47752074 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2002-03-24 Neil Booth + + * gigi.h (yyparse): Remove. + 2002-03-23 Florian Weimer * gnat_rm.texi: Sync with ACT version. diff --git a/gcc/ada/gigi.h b/gcc/ada/gigi.h index 52dcf3e9df9..b8da148cc62 100644 --- a/gcc/ada/gigi.h +++ b/gcc/ada/gigi.h @@ -161,10 +161,6 @@ extern const char *ref_filename; block, if any. */ extern tree gnu_block_stack; -/* For most front-ends, this is the parser for the language. For us, we - process the GNAT tree. */ -extern int yyparse PARAMS ((void)); - /* This is the main program of the back-end. It sets up all the table structures and then generates code. */