]> git.pld-linux.org Git - packages/ruby.git/blob - readline-6.3.patch
tk configure fails
[packages/ruby.git] / readline-6.3.patch
1 readline 6.3 fix from upstream
2
3 https://bugs.ruby-lang.org/issues/9578
4 --- ./ext/readline/readline.c   (revision 45224)
5 +++ ./ext/readline/readline.c   (revision 45225)
6 @@ -1974,7 +1974,7 @@
7  
8      rl_attempted_completion_function = readline_attempted_completion_function;
9  #if defined(HAVE_RL_PRE_INPUT_HOOK)
10 -    rl_pre_input_hook = (Function *)readline_pre_input_hook;
11 +    rl_pre_input_hook = (rl_hook_func_t *)readline_pre_input_hook;
12  #endif
13  #ifdef HAVE_RL_CATCH_SIGNALS
14      rl_catch_signals = 0;
This page took 0.101675 seconds and 3 git commands to generate.