mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
f96c171ebc
commit
cf2a68662a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue