aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/gigi.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 5f2d424..72d4775 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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.
diff --git a/gcc/ada/gigi.h b/gcc/ada/gigi.h
index 52dcf3e..b8da148 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. */