This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ada: Remove yyparse from gigi.h


Committed as obvious.

Neil.

	* gigi.h (yyparse): Remove.

Index: gigi.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/gigi.h,v
retrieving revision 1.5
diff -u -p -r1.5 gigi.h
--- gigi.h	2002/03/14 10:59:23	1.5
+++ gigi.h	2002/03/24 12:45:27
@@ -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.  */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]