1
0
Fork 0
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:
Nobuyoshi Nakada 2021-07-09 08:52:35 +09:00
parent a7c85ccb18
commit fbe9b691bd
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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