Check in part of an earlier patch that got lost

From-SVN: r28376
This commit is contained in:
Bernd Schmidt 1999-08-01 19:16:15 +00:00 committed by Bernd Schmidt
parent 465e27163d
commit 73a8b900bd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Aug 1 20:14:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* tree.h (init_dummy_function_start): Declare.
Sun Jul 25 19:32:58 1999 Geoff Keating <geoffk@cygnus.com>
* config/rs6000/rs6000.c (num_insns_constant_wide): Correct

View File

@ -2201,6 +2201,7 @@ extern void setjmp_protect_args PROTO ((void));
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));