From 46ea3f65551e2467bdd4d6c8bd0c78644c955326 Mon Sep 17 00:00:00 2001 From: shugo Date: Fri, 1 Feb 2013 05:37:29 +0000 Subject: * ext/readline/extconf.rb, ext/readline/readline.c: check RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE directly in readline.c. Patch by Zachary Scott. [Bug #7397] [ruby-core:49561] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/readline/extconf.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/readline/extconf.rb') diff --git a/ext/readline/extconf.rb b/ext/readline/extconf.rb index c5db9b029a..4920137bf1 100644 --- a/ext/readline/extconf.rb +++ b/ext/readline/extconf.rb @@ -19,10 +19,6 @@ def readline.have_func(func) return super(func, headers) end -def readline.have_macro(macro) - return super(macro, headers) -end - dir_config('curses') dir_config('ncurses') dir_config('termcap') @@ -97,6 +93,4 @@ readline.have_func("remove_history") readline.have_func("clear_history") readline.have_func("rl_redisplay") readline.have_func("rl_insert_text") -readline.have_macro("RL_PROMPT_START_IGNORE") -readline.have_macro("RL_PROMPT_END_IGNORE") create_makefile("readline") -- cgit v1.2.3