From 11b8aaa26a22bb67b144484af6890844771b5f46 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 13 Dec 2021 16:08:01 -0800 Subject: Rename --jit to --mjit (#5248) * Rename --jit to --mjit [Feature #18349] * Fix a few more --jit references * Fix MJIT Actions * More s/jit/mjit/ and re-introduce --disable-jit * Update NEWS.md * Fix test_bug_reporter_add --- template/fake.rb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/fake.rb.in b/template/fake.rb.in index 25053d3dbf..63ddad3e98 100644 --- a/template/fake.rb.in +++ b/template/fake.rb.in @@ -15,7 +15,7 @@ if inc = arg['i'] scan(/rb_define_global_const\("(RUBY_\w+)",[^;]*?\bMK(?:INT|STR)\(([^()]*)\)/m) do |n, v| version[n] = src.value(v) end - arg['RUBY_DESCRIPTION_WITH_JIT'] = src.value('description_with_jit') + arg['RUBY_DESCRIPTION_WITH_MJIT'] = src.value('description_with_mjit') end %>baseruby="<%=arg['BASERUBY']%>" _\ -- cgit v1.2.1