2004-04-17 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / libiberty / argv.c
index e4a03793b65d8ad49c381c40235a1a617b71ec04..31d8ef55e266f56df7f36f56f9e83753c5c9d572 100644 (file)
@@ -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
This page took 0.026965 seconds and 4 git commands to generate.