1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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)}