* calls.c (fix_unsafe_tree): Prototype.
From-SVN: r61545
This commit is contained in:
parent
dd859b8ac0
commit
1f5b3282d9
@ -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,
|
||||
|
@ -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 *));
|
||||
|
Loading…
Reference in New Issue
Block a user