OSDN Git Service

* calls.c (fix_unsafe_tree): Prototype.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Jan 2003 14:28:38 +0000 (14:28 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Jan 2003 14:28:38 +0000 (14:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61545 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/calls.c

index 2dbf652..ae1d7e1 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 e911dda..1c51e1a 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 *));