From 1ea16ec5b465e30a034cba7bae02ccb0eac546fd Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 15 Apr 2003 21:29:34 +0000 Subject: merge from gcc --- libiberty/argv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiberty/argv.c') diff --git a/libiberty/argv.c b/libiberty/argv.c index e4a03793..31d8ef5 100644 --- a/libiberty/argv.c +++ b/libiberty/argv.c @@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */ #include #include -#else /* !__STDC__ */ +#else /* !ANSI_PROTOTYPES */ #if !defined _WIN32 || defined __GNUC__ extern char *memcpy (); /* Copy memory region */ @@ -46,7 +46,7 @@ extern void free (); /* Free malloc'd memory */ extern char *strdup (); /* Duplicate a string */ #endif -#endif /* __STDC__ */ +#endif /* ANSI_PROTOTYPES */ #ifndef NULL -- cgit v1.1