From 55a970944c9ab671924ec71a0589f099f879ef1a Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 21 May 1991 20:19:08 +0000 Subject: [PATCH] Removed #define obstack_alloc xmalloc pending correct solution --- bfd/opncls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/opncls.c b/bfd/opncls.c index 32a07c3550b..fdd7f4bdf2a 100644 --- 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 xmalloc +#define obstack_chunk_alloc malloc #define obstack_chunk_free free /* Return a new BFD. All BFD's are allocated through this routine. */ -- 2.30.2