* c-decl.c (start_function): Don't warn if old prototype is builtin
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jan 2001 12:34:02 +0000 (12:34 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jan 2001 12:34:02 +0000 (12:34 +0000)
commit3529baad5115a4f43812f27f66c6b079405651a9
tree5c0e24efb7b63aabd09a3c22a36caa8fb7ac34c6
parent59112222d25f29607ab7c59b150e080d33b5cfa5
* c-decl.c (start_function): Don't warn if old prototype is builtin
that's not in C's namespace.
* libgcc2.c (_varargs): Update definition of __builtin_saveregs.
(_bb): Add prototype for ctime.
* config/alpha/osf.h (TRANSFER_FROM_TRAMPOLINE): Add missing protos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38980 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c
gcc/config/alpha/osf.h
gcc/libgcc2.c