ruby-changes:21828
From: usa <ko1@a...>
Date: Mon, 28 Nov 2011 11:01:04 +0900 (JST)
Subject: [ruby-changes:21828] usa:r33877 (trunk): * include/ruby/subst.h: typo of r33876.
usa 2011-11-28 11:00:53 +0900 (Mon, 28 Nov 2011) New Revision: 33877 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33877 Log: * include/ruby/subst.h: typo of r33876. Modified files: trunk/ChangeLog trunk/include/ruby/subst.h Index: include/ruby/subst.h =================================================================== --- include/ruby/subst.h (revision 33876) +++ include/ruby/subst.h (revision 33877) @@ -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) Index: ChangeLog =================================================================== --- ChangeLog (revision 33876) +++ ChangeLog (revision 33877) @@ -1,3 +1,7 @@ +Mon Nov 28 11:00:25 2011 NAKAMURA Usaku <usa@r...> + + * include/ruby/subst.h: typo of r33876. + Mon Nov 28 10:36:00 2011 Nobuyoshi Nakada <nobu@r...> * include/ruby/subst.h: moved Windows specific substitions from -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/