From 48240306b11fbbbe8aaa34b0ca977eb649dff8c2 Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 7 Mar 2017 04:46:46 +0000 Subject: Fix up r57788, Function is removed at readline-6.3. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/readline/readline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/readline') diff --git a/ext/readline/readline.c b/ext/readline/readline.c index e5a00a6e5d..253798f9e6 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -2077,7 +2077,7 @@ Init_readline(void) rl_attempted_completion_function = readline_attempted_completion_function; #if defined(HAVE_RL_PRE_INPUT_HOOK) - rl_pre_input_hook = (Function *)readline_pre_input_hook; + rl_pre_input_hook = (rl_hook_func_t *)readline_pre_input_hook; #endif #if defined HAVE_RL_CHAR_IS_QUOTED_P rl_char_is_quoted_p = &readline_char_is_quoted; -- cgit v1.2.3