* 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:
parent
2b2910c713
commit
b3697c2dcb
@ -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>
|
Mon Feb 20 18:21:41 2006 Tanaka Akira <akr@m17n.org>
|
||||||
|
|
||||||
* io.c (rb_io_reopen): flush before reopening a file.
|
* io.c (rb_io_reopen): flush before reopening a file.
|
||||||
|
@ -137,6 +137,7 @@ print <<EOS
|
|||||||
RbConfig::expand(val)
|
RbConfig::expand(val)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Config = RbConfig # compatibility for ruby-1.8 and older.
|
||||||
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
|
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user