mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
Eliminate MALLOC_INCOMPATIBLE.
This commit is contained in:
@ -62,7 +62,6 @@
|
||||
#include "mmalloc.h"
|
||||
#endif
|
||||
|
||||
#ifndef MALLOC_INCOMPATIBLE
|
||||
#ifdef NEED_DECLARATION_MALLOC
|
||||
extern PTR malloc ();
|
||||
#endif
|
||||
@ -72,7 +71,6 @@ extern PTR realloc ();
|
||||
#ifdef NEED_DECLARATION_FREE
|
||||
extern void free ();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#undef XMALLOC
|
||||
#define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE)))
|
||||
|
Reference in New Issue
Block a user