ruby-changes:2904
From: ko1@a...
Date: 21 Dec 2007 13:17:33 +0900
Subject: [ruby-changes:2904] akr - Ruby:r14395 (trunk): fix typo.
akr 2007-12-21 13:17:17 +0900 (Fri, 21 Dec 2007) New Revision: 14395 Modified files: trunk/main.c Log: fix typo. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/main.c?r1=14395&r2=14394 Index: main.c =================================================================== --- main.c (revision 14394) +++ main.c (revision 14395) @@ -12,7 +12,7 @@ #undef RUBY_EXPORT #include "ruby/ruby.h" -#ifdef LOCALE_H +#ifdef HAVE_LOCALE_H #include <locale.h> #endif @@ -25,7 +25,7 @@ extern void ruby_set_debug_option(const char *); ruby_set_debug_option(getenv("RUBY_DEBUG")); #endif -#ifdef LOCALE_H +#ifdef HAVE_LOCALE_H setlocale(LC_CTYPE, ""); #endif -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml