зеркало из https://github.com/github/ruby.git
Avoid to warning of clang with -Wincompatible-pointer-types.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f96c171ebc
Коммит
cf2a68662a
|
@ -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 = readline_pre_input_hook;
|
||||
rl_pre_input_hook = (Function *)readline_pre_input_hook;
|
||||
#endif
|
||||
#if defined HAVE_RL_CHAR_IS_QUOTED_P
|
||||
rl_char_is_quoted_p = &readline_char_is_quoted;
|
||||
|
|
Загрузка…
Ссылка в новой задаче