* builtins.def (DEF_FALLBACK_BUILTIN): Delete.
commit540e72a1f17b9981ea325a14bf1560ca57618758
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jul 2003 13:27:20 +0000 (26 13:27 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jul 2003 13:27:20 +0000 (26 13:27 +0000)
tree6f32d1872bc490cd139e7966725d23ea3bc810b8
parentf5b5401a9b18ab745dab74748b895c251f260ed1
* builtins.def (DEF_FALLBACK_BUILTIN): Delete.
(DEF_EXT_FALLBACK_BUILTIN): Delete.
(BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Declare using
the regular DEF_EXT_LIB_BUILTIN macro.
(BUILT_IN_FPUTC, BUILT_IN_FPUTS, BUILT_IN_FWRITE): Declare using
the regular DEF_LIB_BUILTIN macro.
(BUILT_IN_PUTCHAR_UNLOCKED, BUILT_IN_PUTS_UNLOCKED,
BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS_UNLOCKED,
BUILT_IN_FWRITE_UNLOCKED): Declare using the regular
DEF_EXT_LIB_BUILTIN macro.

* c-decl.c (duplicate_decls): Remove code to handle builtin
functions prototyped without an argument list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69814 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.def
gcc/c-decl.c