mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
malloc() -> xmalloc.
Move malloc() decl to utils.c
This commit is contained in:
@@ -57,6 +57,9 @@
|
||||
#include <readline/readline.h>
|
||||
|
||||
#ifndef MALLOC_INCOMPATIBLE
|
||||
#ifdef NEED_DECLARATION_MALLOC
|
||||
extern PTR malloc ();
|
||||
#endif
|
||||
#ifdef NEED_DECLARATION_REALLOC
|
||||
extern PTR realloc ();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user