aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-23 23:37:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-23 23:37:44 +0000
commit19e181e0e31e010f68bdf7118d604cd5683183c6 (patch)
treed2e8ac17cf56993ceaa8b1277c4a3a345bb03034 /tool
parent0f2904a65c64f035ffd5ef7cfdf3ff614c3a353c (diff)
downloadruby-19e181e0e31e010f68bdf7118d604cd5683183c6.tar.gz
common.mk: vm_call_iseq_optimized.inc
* common.mk (incs): generate vm_call_iseq_optimized.inc too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rw-r--r--tool/mk_call_iseq_optimized.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mk_call_iseq_optimized.rb b/tool/mk_call_iseq_optimized.rb
index 3d98a14755..4cfde2c00e 100644
--- a/tool/mk_call_iseq_optimized.rb
+++ b/tool/mk_call_iseq_optimized.rb
@@ -15,7 +15,7 @@ L = (1..6)
def fname param, local
"vm_call_iseq_setup_normal_0start_#{param}params_#{local}locals"
end
-
+
P.each{|param|
L.each{|local|
puts <<EOS