diff options
author | DJ Delorie <dj@redhat.com> | 2003-04-15 03:53:53 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-04-15 03:53:53 +0000 |
commit | 7ec2fc6f764fef9000cc768516df04035c85ebac (patch) | |
tree | b85799f938b5659b5ce403f577ee4d4403321f53 /libiberty/strcasecmp.c | |
parent | eec539c7798006fabf0ceeeac3e64593daed85a7 (diff) | |
download | ppe42-binutils-7ec2fc6f764fef9000cc768516df04035c85ebac.tar.gz ppe42-binutils-7ec2fc6f764fef9000cc768516df04035c85ebac.zip |
merge from gcc
Diffstat (limited to 'libiberty/strcasecmp.c')
-rw-r--r-- | libiberty/strcasecmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strcasecmp.c b/libiberty/strcasecmp.c index 4bfe650771..d2608dc0b8 100644 --- a/libiberty/strcasecmp.c +++ b/libiberty/strcasecmp.c @@ -25,7 +25,7 @@ static char sccsid[] = "@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87"; #endif /* LIBC_SCCS and not lint */ #include <ansidecl.h> -#ifdef __STDC__ +#ifdef ANSI_PROTOTYPES #include <stddef.h> #else #define size_t unsigned long |