mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Added missing declarations in readline.h bundled with macOS 10.13
This commit is contained in:
parent
a7c85ccb18
commit
fbe9b691bd
@ -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…
x
Reference in New Issue
Block a user