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]

Re: trunk bootstrapping patch



> The CVS server, for some reason, seems to be busy. :-)
> 
> This patch is required to bootstrap the trunk with compilers that are
> strict about function redeclarations.   (Ahem, those warnings are there
> for a reason....)

I'll check in this patch instead.  This was part of the patch I submitted
to the list together with the other changes, but due to a bug in the FixPatch
script I was using, it got corrupted and subsequently lost.

Bernd

Index: tree.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/tree.h,v
retrieving revision 1.73
diff -u -p -r1.73 tree.h
--- tree.h	1999/08/01 12:07:36	1.73
+++ tree.h	1999/08/01 19:09:40
@@ -2201,6 +2201,7 @@ extern void setjmp_protect_args		PROTO (
 extern void setjmp_protect		PROTO ((tree));
 extern void expand_main_function	PROTO ((void));
 extern void mark_varargs		PROTO ((void));
+extern void init_dummy_function_start	PROTO ((void));
 extern void init_function_start		PROTO ((tree, char *, int));
 extern void assign_parms		PROTO ((tree, int));
 extern void put_var_into_stack		PROTO ((tree));


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