aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-02-02 00:35:37 +0000
committerKen Raeburn <raeburn@cygnus>1994-02-02 00:35:37 +0000
commit6761eb8b9e8827c3e60277f04f3caf9fc0cae17a (patch)
tree78ef6e253e9f66b973237b37bfe6b5ed7cdd27ec /gas/gasp.c
parent5ca42ea386728030f242c91008ac62fea9d7af02 (diff)
downloadfsf-binutils-gdb-6761eb8b9e8827c3e60277f04f3caf9fc0cae17a.zip
fsf-binutils-gdb-6761eb8b9e8827c3e60277f04f3caf9fc0cae17a.tar.gz
fsf-binutils-gdb-6761eb8b9e8827c3e60277f04f3caf9fc0cae17a.tar.bz2
* 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...)
Diffstat (limited to 'gas/gasp.c')
-rw-r--r--gas/gasp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/gasp.c b/gas/gasp.c
index 0d876b3..53b5053a 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -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 */