From 4fd98ad3e5110a257df2ae36b711b25c617e642b Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 15 Apr 2003 03:53:53 +0000 Subject: merge from gcc --- libiberty/xmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/xmalloc.c') diff --git a/libiberty/xmalloc.c b/libiberty/xmalloc.c index 4c8249ae70b..c3fe1a84f4d 100644 --- a/libiberty/xmalloc.c +++ b/libiberty/xmalloc.c @@ -68,7 +68,7 @@ function will be called to print an error message and terminate execution. #include -#ifdef __STDC__ +#ifdef ANSI_PROTOTYPES #include #else #define size_t unsigned long -- cgit v1.2.1