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:
4b3720f
)
Changed obstack_chunk_alloc to xmalloc
author
Steve Chamberlain
<steve@cygnus>
Tue, 21 May 1991 15:59:33 +0000
(15:59 +0000)
committer
Steve Chamberlain
<steve@cygnus>
Tue, 21 May 1991 15:59:33 +0000
(15:59 +0000)
bfd/opncls.c
patch
|
blob
|
history
diff --git
a/bfd/opncls.c
b/bfd/opncls.c
index fdd7f4bdf2a01955b217a80ad81f4773c68f7b83..32a07c3550b6559ed337863a895893fe23686523 100644
(file)
--- a/
bfd/opncls.c
+++ b/
bfd/opncls.c
@@
-51,7
+51,7
@@
FILE *bfd_open_file();
Perhaps, since unix has so many different kinds of locking anyway,
we should use the emacs lock scheme?... */
-#define obstack_chunk_alloc malloc
+#define obstack_chunk_alloc
x
malloc
#define obstack_chunk_free free
/* Return a new BFD. All BFD's are allocated through this routine. */