fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-05-14 09:15:33 +00:00
parent c3f4598683
commit 912c16db3d

View File

@ -1,7 +1,7 @@
Tue May 14 14:51:52 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/win32.h (INTPTR_MAX, INTPTR_MIN, UINTPTR_MAX): split
from intptr_t and uintptr_t, since VC9 defines the latters only in
from intptr_t and uintptr_t, since VC9 defines the latter only in
crtdefs.h.
Tue May 14 12:21:28 2013 NAKAMURA Usaku <usa@ruby-lang.org>