Avoid making a machine-dependent (probably wrong) declaration of malloc
authorJohn Gilmore <gnu@cygnus>
Fri, 3 May 1991 19:25:38 +0000 (19:25 +0000)
committerJohn 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

index 9dbcfcf..9b91c2f 100644 (file)
@@ -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