summaryrefslogtreecommitdiff
path: root/libiberty/argv.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2003-04-15 21:36:21 +0000
committerDJ Delorie <dj@delorie.com>2003-04-15 21:36:21 +0000
commitd628f0e9eb31be18c59d142343991f4fd4542c71 (patch)
tree1125944904ce6527bb35b5f4afbaea7dea5ac11e /libiberty/argv.c
parentef87ffdb797850dd93d07f0f9bda9f25f19f4b7e (diff)
downloadbinutils-redhat-d628f0e9eb31be18c59d142343991f4fd4542c71.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r--libiberty/argv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/argv.c b/libiberty/argv.c
index e4a03793b6..31d8ef55e2 100644
--- a/libiberty/argv.c
+++ b/libiberty/argv.c
@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
#include <string.h>
#include <stdlib.h>
-#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