|
|
@@ -36,3 +36,17 @@ Index: Term-ReadLine-Gnu-1.19/Gnu/XS.pm
|
|
|
$_tstrs_init = 1;
|
|
|
return @s;
|
|
|
}
|
|
|
+Index: Term-ReadLine-Gnu-1.19/Gnu.xs
|
|
|
+--- Term-ReadLine-Gnu-1.19/Gnu.xs.orig 2009-02-27 13:44:41 +0100
|
|
|
++++ Term-ReadLine-Gnu-1.19/Gnu.xs 2009-03-30 22:15:36 +0200
|
|
|
+@@ -233,6 +233,10 @@
|
|
|
+ static void rl_echo_signal_char(int sig){}
|
|
|
+ #endif /* (RL_VERSION_MAJOR < 6) */
|
|
|
+
|
|
|
++#define xmalloc readline_xmalloc
|
|
|
++#define xrealloc readline_xrealloc
|
|
|
++#define xfree readline_xfree
|
|
|
++
|
|
|
+ /*
|
|
|
+ * utility/dummy functions
|
|
|
+ */
|