diff options
Diffstat (limited to 'readline/xmalloc.h')
-rw-r--r-- | readline/xmalloc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/readline/xmalloc.h b/readline/xmalloc.h index 0fb6a19..f40d7a5 100644 --- a/readline/xmalloc.h +++ b/readline/xmalloc.h @@ -38,9 +38,6 @@ #endif /* !PTR_T */ -/* xmalloc and xrealloc should be also protected from RL_STATE_SIGHANDLER. */ -#define xfree xfree_readline - extern PTR_T xmalloc PARAMS((size_t)); extern PTR_T xrealloc PARAMS((void *, size_t)); extern void xfree PARAMS((void *)); |