summaryrefslogtreecommitdiffstats
path: root/tool/compile_prelude.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-10 16:33:30 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-10 16:33:30 +0000
commit3cefb5bcb4b79af5196350696a1d545894eabf60 (patch)
tree41a54cbf2fd440a0c1992c2059f002e33a3d6504 /tool/compile_prelude.rb
parent513a7a751d5b04608e57f9d4dcd83cda69dc3e94 (diff)
downloadruby-3cefb5bcb4b79af5196350696a1d545894eabf60.tar.gz
ruby-3cefb5bcb4b79af5196350696a1d545894eabf60.tar.xz
ruby-3cefb5bcb4b79af5196350696a1d545894eabf60.zip
add comment for interpreter issue.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/compile_prelude.rb')
-rw-r--r--tool/compile_prelude.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/tool/compile_prelude.rb b/tool/compile_prelude.rb
index ddc1731ab..985f7192c 100644
--- a/tool/compile_prelude.rb
+++ b/tool/compile_prelude.rb
@@ -1,3 +1,9 @@
+# This file is interpreted by $(BASERUBY) and miniruby.
+# $(BASERUBY) is used for prelude.c.
+# miniruby is used for ext_prelude.c.
+# Since $(BASERUBY) may be older than Ruby 1.9,
+# Ruby 1.9 feature should not be used.
+
preludes = ARGV.dup
outfile = preludes.pop