projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca42ea
)
* gasp.c (malloc): Don't declare, since host.h or system header files may
author
Ken Raeburn
<raeburn@cygnus>
Wed, 2 Feb 1994 00:35:37 +0000
(
00:35
+0000)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/gas/gasp.c
b/gas/gasp.c
index 0d876b397bfc7d2c0369e0a63edd144f485ee7c6..53b5053a1f532134816439462002a3b0415e6c2a 100644
(file)
--- 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 */