diff options
| author | Steve Wills <swills@FreeBSD.org> | 2014-07-27 00:51:11 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2014-07-27 00:51:11 +0000 |
| commit | 604392ff79aba714018a22b6701119f4fecff8e6 (patch) | |
| tree | 84870147558c030d5de31b3faca5908872d4766f /lang/ruby21/files | |
| parent | 9880b3d2ccd39461cc6fd265a0762efe32bcb017 (diff) | |
Notes
Diffstat (limited to 'lang/ruby21/files')
| -rw-r--r-- | lang/ruby21/files/extra-patch-ext__readline__readline.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ruby21/files/extra-patch-ext__readline__readline.c b/lang/ruby21/files/extra-patch-ext__readline__readline.c deleted file mode 100644 index dd5a2eb1282b..000000000000 --- a/lang/ruby21/files/extra-patch-ext__readline__readline.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/readline/readline.c.orig 2013/10/29 03:09:00 43458 -+++ ext/readline/readline.c 2014/03/01 07:19:08 45225 -@@ -1974,7 +1974,7 @@ - - rl_attempted_completion_function = readline_attempted_completion_function; - #if defined(HAVE_RL_PRE_INPUT_HOOK) -- rl_pre_input_hook = (Function *)readline_pre_input_hook; -+ rl_pre_input_hook = (rl_hook_func_t *)readline_pre_input_hook; - #endif - #ifdef HAVE_RL_CATCH_SIGNALS - rl_catch_signals = 0; |
