* gasp.c (malloc): Don't declare, since host.h or system header files may
authorKen Raeburn <raeburn@cygnus>
Wed, 2 Feb 1994 00:35:37 +0000 (00:35 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 2 Feb 1994 00:35:37 +0000 (00:35 +0000)
declare it differently.

(Actually, the only use is in xmalloc; if xmalloc didn't also zero out the
region of memory, I'd delete the function altogether and use the libiberty
version...)

gas/gasp.c

index 0d876b397bfc7d2c0369e0a63edd144f485ee7c6..53b5053a1f532134816439462002a3b0415e6c2a 100644 (file)
@@ -36,8 +36,6 @@ suitable for gas to consume.
 #include <stdio.h>
 #include "host.h"
 
-extern char *malloc ();
-
 #define MAX_INCLUDES 30                /* Maximum include depth */
 #define MAX_REASONABLE 1000    /* Maximum number of expansions */