diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-02-02 00:35:37 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-02-02 00:35:37 +0000 |
commit | 6761eb8b9e8827c3e60277f04f3caf9fc0cae17a (patch) | |
tree | 78ef6e253e9f66b973237b37bfe6b5ed7cdd27ec /gas/gasp.c | |
parent | 5ca42ea386728030f242c91008ac62fea9d7af02 (diff) | |
download | gdb-6761eb8b9e8827c3e60277f04f3caf9fc0cae17a.zip gdb-6761eb8b9e8827c3e60277f04f3caf9fc0cae17a.tar.gz 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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ |