Avoid making a machine-dependent (probably wrong) declaration of malloc

and free.  Depend on the sysdep.h file to do that for us.
This commit is contained in:
John Gilmore 1991-05-03 19:25:38 +00:00
parent 09a98ceece
commit 9c2f3ceeb4
1 changed files with 0 additions and 2 deletions

View 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