Move realoc() decl to utils.c. s/realloc()/xrealloc()/.

This commit is contained in:
Andrew Cagney 2001-03-20 00:54:43 +00:00
parent 81b8eb809e
commit 0e52036f1f
7 changed files with 19 additions and 12 deletions

View file

@ -57,6 +57,9 @@
#include <readline/readline.h>
#ifndef MALLOC_INCOMPATIBLE
#ifdef NEED_DECLARATION_REALLOC
extern PTR realloc ();
#endif
#ifdef NEED_DECLARATION_FREE
extern void free ();
#endif