merge from gcc

This commit is contained in:
DJ Delorie
2003-04-15 21:29:34 +00:00
parent bb32582095
commit 1ea16ec5b4
12 changed files with 42 additions and 31 deletions

View 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