commit miss

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-07-30 06:39:06 +00:00
parent 3404b920d6
commit d197683232

View File

@ -259,7 +259,7 @@ SRC
end
def try_constant(const, headers = nil, opt = "")
if true # CROSS_COMPILING
if CROSS_COMPILING
unless try_compile(<<"SRC", opt)
#{COMMON_HEADERS}
#{cpp_include(headers)}