From 179fab0b10dcd6994978c62141fc5aacbb0c28f2 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 10 Feb 2005 01:33:22 +0000 Subject: * ext/curses/curses.c: don't need to check HAVE_WCOLOR_SET excluding window_color_set(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/curses/curses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/curses/curses.c b/ext/curses/curses.c index 636db3147..a35656826 100644 --- a/ext/curses/curses.c +++ b/ext/curses/curses.c @@ -561,7 +561,7 @@ curses_resizeterm(VALUE obj, VALUE lin, VALUE col) #endif } -#if defined(USE_COLOR) && defined(HAVE_WCOLOR_SET) +#ifdef USE_COLOR static VALUE curses_start_color(VALUE obj) { -- cgit