aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 02:00:53 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 02:00:53 +0000
commitd81c20771d440001295945086d0c58e4125b5660 (patch)
tree1c346c220e776b762b7f7956124e15aabc1c755e
parent1510ad86c4c8ab2e28387b8a8327a752f062782e (diff)
downloadruby-d81c20771d440001295945086d0c58e4125b5660.tar.gz
* include/ruby/subst.h: typo of r33876.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--include/ruby/subst.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78c7154bea..c0c53cd173 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 28 11:00:25 2011 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/subst.h: typo of r33876.
+
Mon Nov 28 10:36:00 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/subst.h: moved Windows specific substitions from
diff --git a/include/ruby/subst.h b/include/ruby/subst.h
index cd12f0f341..79a5165cfb 100644
--- a/include/ruby/subst.h
+++ b/include/ruby/subst.h
@@ -17,7 +17,7 @@
#define close ruby_close
#endif
-#ifdef __WIN32__
+#ifdef _WIN32
#undef inet_ntop
#define inet_ntop(f,a,n,l) rb_w32_inet_ntop(f,a,n,l)