/[packages]/cauldron/ruby/current/SOURCES/ruby-2.0.0-p451-readline.patch
ViewVC logotype

Contents of /cauldron/ruby/current/SOURCES/ruby-2.0.0-p451-readline.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 601635 - (show annotations) (download)
Mon Mar 10 01:06:43 2014 UTC (10 years ago) by pterjan
File size: 524 byte(s)
Add upstream patch to fix build with new readline
1 Index: readline.c
2 ===================================================================
3 --- trunk/ext/readline/readline.c (revision 45224)
4 +++ trunk/ext/readline/readline.c (revision 45225)
5 @@ -1974,7 +1974,7 @@
6
7 rl_attempted_completion_function = readline_attempted_completion_function;
8 #if defined(HAVE_RL_PRE_INPUT_HOOK)
9 - rl_pre_input_hook = (Function *)readline_pre_input_hook;
10 + rl_pre_input_hook = (rl_hook_func_t *)readline_pre_input_hook;
11 #endif
12 #ifdef HAVE_RL_CATCH_SIGNALS
13 rl_catch_signals = 0;

  ViewVC Help
Powered by ViewVC 1.1.30