summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/builtin_binary.inc.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/builtin_binary.inc.tmpl b/template/builtin_binary.inc.tmpl
index eb0bded3d9..e3941d8978 100644
--- a/template/builtin_binary.inc.tmpl
+++ b/template/builtin_binary.inc.tmpl
@@ -1,9 +1,9 @@
// -*- c -*-
-% ary = RubyVM.enum_for(:each_builtin).to_a
// DO NOT MODIFY THIS FILE DIRECTLY.
// auto-generated file by tool/generic_erb.rb
// with template/builtin_binary.inc.tmpl
% unless ARGV.include?('--corss=yes')
+% ary = RubyVM.enum_for(:each_builtin).to_a
% ary.each{|feature, iseq|
static const unsigned char <%= feature %>_bin[] = {