* tool/mkconfig.rb: fixed build problem on mswin64 introduced in r29278.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2010-09-21 13:20:07 +00:00
Родитель 39be861346
Коммит e7381db962
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Tue Sep 21 22:18:30 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* tool/mkconfig.rb: fixed build problem on mswin64 introduced in r29278.
Tue Sep 21 02:42:35 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.

Просмотреть файл

@ -35,7 +35,7 @@ module RbConfig
]
arch = RUBY_PLATFORM
win32 = /mswin32/ =~ arch
win32 = /mswin/ =~ arch
v_fast = []
v_others = []
vars = {}