* mkconfig.rb: alias Config to RbConfig for compatibility.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2006-02-20 13:33:20 +00:00
parent 2b2910c713
commit b3697c2dcb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Feb 20 22:30:17 2006 Tanaka Akira <akr@m17n.org>
* mkconfig.rb: alias Config to RbConfig for compatibility.
Mon Feb 20 18:21:41 2006 Tanaka Akira <akr@m17n.org>
* io.c (rb_io_reopen): flush before reopening a file.

View File

@ -137,6 +137,7 @@ print <<EOS
RbConfig::expand(val)
end
end
Config = RbConfig # compatibility for ruby-1.8 and older.
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
EOS