From 2b08fc19478c616a79a27efc792aaf6f7190ba1a Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 26 Apr 2009 16:25:15 +0000 Subject: * ext/readline/readline.c (readline_getc): use rl_getc_function if possible, to get rid of hang up at EOF without a newline. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/readline/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/readline/extconf.rb') diff --git a/ext/readline/extconf.rb b/ext/readline/extconf.rb index 6eb145f130..faf539fffc 100644 --- a/ext/readline/extconf.rb +++ b/ext/readline/extconf.rb @@ -46,6 +46,7 @@ else end end +have_readline_func("rl_getc_function") have_readline_func("rl_filename_completion_function") have_readline_func("rl_username_completion_function") have_readline_func("rl_completion_matches") -- cgit v1.2.3