components/readline/patches/readline.h.patch
changeset 4609 c87d757fa091
parent 4605 62d61ce27a05
child 4610 d6280e23d377
--- a/components/readline/patches/readline.h.patch	Wed Jul 08 15:54:50 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- readline-5.2/readline.h.orig	Wed Nov 30 06:37:51 2011
-+++ readline-5.2/readline.h	Wed Nov 30 06:38:26 2011
-@@ -375,7 +375,7 @@
- #if defined (USE_VARARGS) && defined (PREFER_STDARG)
- extern int rl_message (const char *, ...)  __attribute__((__format__ (printf, 1, 2)));
- #else
--extern int rl_message ();
-+extern int rl_message PARAMS((const char *, ...));
- #endif
- 
- extern int rl_show_char PARAMS((int));