From 13a1fd6d825de395249c1aa12681b1de37ee3001 Mon Sep 17 00:00:00 2001 From: glass Date: Tue, 16 Jul 2013 12:49:01 +0000 Subject: * configure.in: revert r42008. strcasecmp() uses the current locale. * include/ruby/ruby.h: ditto. * st.c (st_strcasecmp): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'st.c') diff --git a/st.c b/st.c index fff79f5571..e86171927b 100644 --- a/st.c +++ b/st.c @@ -1524,7 +1524,6 @@ strhash(st_data_t arg) } #endif -#ifndef HAVE_STRCASECMP int st_strcasecmp(const char *s1, const char *s2) { @@ -1548,7 +1547,6 @@ st_strcasecmp(const char *s1, const char *s2) } } } -#endif int st_strncasecmp(const char *s1, const char *s2, size_t n) -- cgit v1.2.3