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:
09a98ce
)
Avoid making a machine-dependent (probably wrong) declaration of malloc
author
John Gilmore
<gnu@cygnus>
Fri, 3 May 1991 19:25:38 +0000
(19:25 +0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 3 May 1991 19:25:38 +0000
(19:25 +0000)
and free. Depend on the sysdep.h file to do that for us.
bfd/opncls.c
patch
|
blob
|
history
diff --git
a/bfd/opncls.c
b/bfd/opncls.c
index 9dbcfcf452165b1a92655326aec36ff88b48f550..9b91c2fbe9e743babf2246fa22b0f28eb8cbb12e 100644
(file)
--- a/
bfd/opncls.c
+++ b/
bfd/opncls.c
@@
-51,8
+51,6
@@
FILE *bfd_open_file();
Perhaps, since unix has so many different kinds of locking anyway,
we should use the emacs lock scheme?... */
-extern PTR malloc();
-extern void free();
#define obstack_chunk_alloc malloc
#define obstack_chunk_free free