mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added missing declarations in readline.h bundled with macOS 10.13
This commit is contained in:
parent
a7c85ccb18
commit
fbe9b691bd
1 changed files with 3 additions and 0 deletions
|
@ -1918,6 +1918,9 @@ username_completion_proc_call(VALUE self, VALUE str)
|
|||
return result;
|
||||
}
|
||||
|
||||
#ifdef HAVE_RL_CATCH_SIGNALS
|
||||
RUBY_EXTERN int rl_catch_signals;
|
||||
#endif
|
||||
#ifdef HAVE_RL_CLEAR_SIGNALS
|
||||
RUBY_EXTERN int rl_clear_signals(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue