From 7ec2fc6f764fef9000cc768516df04035c85ebac Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 15 Apr 2003 03:53:53 +0000 Subject: merge from gcc --- libiberty/strncmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/strncmp.c') diff --git a/libiberty/strncmp.c b/libiberty/strncmp.c index 819cea6..ad87e1f 100644 --- a/libiberty/strncmp.c +++ b/libiberty/strncmp.c @@ -13,7 +13,7 @@ Compares the first @var{n} bytes of two strings, returning a value as */ #include -#ifdef __STDC__ +#ifdef ANSI_PROTOTYPES #include #else #define size_t unsigned long -- cgit v1.1