* calls.c (fix_unsafe_tree): Prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 21 Jan 2003 14:28:38 +0000 (14:28 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 21 Jan 2003 14:28:38 +0000 (14:28 +0000)
From-SVN: r61545

gcc/ChangeLog
gcc/calls.c

index 2dbf65220d6bc20bcdec1ecdf0c35c21c2f891dc..ae1d7e19c0dfe6f06f4343b2be8f0f23a5c01cbc 100644 (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,
index e911dda4dd6d69c8705da12636600a7ea2159f36..1c51e1a8b6f61012881c02f6909f1546042b10ac 100644 (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 *));