Index: xmalloc.h
--- xmalloc.h.orig	2009-01-04 20:32:34 +0100
+++ xmalloc.h	2009-03-07 15:05:14 +0100
@@ -38,6 +38,10 @@
 
 #endif /* !PTR_T */
 
+#define xmalloc  readline_xmalloc
+#define xrealloc readline_xrealloc
+#define xfree    readline_xfree
+
 extern PTR_T xmalloc PARAMS((size_t));
 extern PTR_T xrealloc PARAMS((void *, size_t));
 extern void xfree PARAMS((void *));
