From 6761eb8b9e8827c3e60277f04f3caf9fc0cae17a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 2 Feb 1994 00:35:37 +0000 Subject: [PATCH] * 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...) --- gas/gasp.c | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.30.2