From: Ken Raeburn Date: Wed, 2 Feb 1994 00:35:37 +0000 (+0000) Subject: * gasp.c (malloc): Don't declare, since host.h or system header files may X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6761eb8b9e8827c3e60277f04f3caf9fc0cae17a;p=binutils-gdb.git * gasp.c (malloc): Don't declare, since host.h or system header files may 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...) --- diff --git a/gas/gasp.c b/gas/gasp.c index 0d876b397bf..53b5053a1f5 100644 --- a/gas/gasp.c +++ b/gas/gasp.c @@ -36,8 +36,6 @@ suitable for gas to consume. #include #include "host.h" -extern char *malloc (); - #define MAX_INCLUDES 30 /* Maximum include depth */ #define MAX_REASONABLE 1000 /* Maximum number of expansions */