diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-07-25 18:57:18 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-07-26 20:19:55 +0900 |
| commit | fb6f2550280c62fa3ac74f9abad4398529d5f0e2 (patch) | |
| tree | 6772dc442765a1cd20a519afcba015cbee58d3ef /template | |
| parent | bd2d6845f1c48a572e202409367a4e756c4bb3c5 (diff) | |
Rename builtin_binary.inc as .rbbin
Distinguish between platform-dependent ".rbbin" and platform-
independent ".inc" files.
Diffstat (limited to 'template')
| -rw-r--r-- | template/builtin_binary.rbbin.tmpl (renamed from template/builtin_binary.inc.tmpl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/builtin_binary.inc.tmpl b/template/builtin_binary.rbbin.tmpl index 1e3fc63680..df835bbbf9 100644 --- a/template/builtin_binary.inc.tmpl +++ b/template/builtin_binary.rbbin.tmpl @@ -1,7 +1,7 @@ // -*- c -*- // DO NOT MODIFY THIS FILE DIRECTLY. // auto-generated file by tool/generic_erb.rb -// with template/builtin_binary.inc.tmpl +// with template/builtin_binary.rbbin.tmpl % unless ARGV.include?('--cross=yes') % ary = RubyVM.enum_for(:each_builtin).to_a % ary.each{|feature, iseq| |
