malloc() -> xmalloc.

Move malloc() decl to utils.c
This commit is contained in:
Andrew Cagney
2001-03-20 01:37:10 +00:00
parent 0e52036f1f
commit 3c37485b16
10 changed files with 34 additions and 36 deletions

View File

@@ -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