Removed #define obstack_alloc xmalloc pending correct solution
authorSteve Chamberlain <steve@cygnus>
Tue, 21 May 1991 20:19:08 +0000 (20:19 +0000)
committerSteve Chamberlain <steve@cygnus>
Tue, 21 May 1991 20:19:08 +0000 (20:19 +0000)
bfd/opncls.c

index 32a07c3550b6559ed337863a895893fe23686523..fdd7f4bdf2a01955b217a80ad81f4773c68f7b83 100644 (file)
@@ -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.  */