* gigi.h (yyparse): Remove.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 24 Mar 2002 12:46:33 +0000 (12:46 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 24 Mar 2002 12:46:33 +0000 (12:46 +0000)
From-SVN: r51257

gcc/ada/ChangeLog
gcc/ada/gigi.h

index 5f2d424058cdf30053125b5dd6c677116c3e3df8..72d47752074d3d51efaa04e39bad9458e89ed4d4 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gigi.h (yyparse): Remove.
+
 2002-03-23  Florian Weimer  <fw@deneb.enyo.de>
 
        * gnat_rm.texi: Sync with ACT version. 
index 52dcf3e9df97ed56242c67f753c9a0fb17a276f0..b8da148cc625a0a5580795c8a8ff7763a950d8fd 100644 (file)
@@ -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.  */