* calls.c (fix_unsafe_tree): Prototype.

From-SVN: r61545
This commit is contained in:
Kaveh R. Ghazi 2003-01-21 14:28:38 +00:00 committed by Kaveh Ghazi
parent dd859b8ac0
commit 1f5b3282d9
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* calls.c (fix_unsafe_tree): Prototype.
* Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
(gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,

View File

@ -197,6 +197,7 @@ static int check_sibcall_argument_overlap PARAMS ((rtx, struct arg_data *,
static int combine_pending_stack_adjustment_and_call
PARAMS ((int, struct args_size *, int));
static tree fix_unsafe_tree PARAMS ((tree));
#ifdef REG_PARM_STACK_SPACE
static rtx save_fixed_argument_area PARAMS ((int, rtx, int *, int *));