aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gigi.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2002-03-24 12:46:33 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-03-24 12:46:33 +0000
commit056719682d23e15e178a9a0ba4918dc3ded3455a (patch)
tree235ce1a37157799fc3ae7507458676e461c40e73 /gcc/ada/gigi.h
parentaaf932068245d39888fc1efd7f887a6d60de76e5 (diff)
downloadgcc-056719682d23e15e178a9a0ba4918dc3ded3455a.zip
gcc-056719682d23e15e178a9a0ba4918dc3ded3455a.tar.gz
gcc-056719682d23e15e178a9a0ba4918dc3ded3455a.tar.bz2
* gigi.h (yyparse): Remove.
From-SVN: r51257
Diffstat (limited to 'gcc/ada/gigi.h')
-rw-r--r--gcc/ada/gigi.h4
1 files changed, 0 insertions, 4 deletions
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. */