Move realoc() decl to utils.c. s/realloc()/xrealloc()/.
This commit is contained in:
parent
81b8eb809e
commit
0e52036f1f
7 changed files with 19 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue