* argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
commit83f85421ab7b9f97b4152e6174ba2b262d098e67
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Apr 2003 03:35:47 +0000 (15 03:35 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Apr 2003 03:35:47 +0000 (15 03:35 +0000)
treedcc4ca6916745869895ab9bff8b4d6e3c5108d71
parent907e33698da74157790de475aadef58dc997e60b
* argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
* memchr.c: Likewise.
* strcasecmp.c: Likewise.
* strncasecmp.c: Likewise.
* strncmp.c: Likewise.
* xatexit.c: Likewise.
* xmalloc.c: Likewise.

* copysign.c: Use traditional function declaration instead of DEFUN.
* sigsetmask.c: Likewise.

* memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
* memset.c: Likewise.

* memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
* memmove.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65619 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
libiberty/ChangeLog
libiberty/argv.c
libiberty/copysign.c
libiberty/memchr.c
libiberty/memcmp.c
libiberty/memcpy.c
libiberty/memmove.c
libiberty/memset.c
libiberty/sigsetmask.c
libiberty/strcasecmp.c
libiberty/strncasecmp.c
libiberty/strncmp.c
libiberty/xatexit.c
libiberty/xmalloc.c