summaryrefslogtreecommitdiff
path: root/yjit_iface.c
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2021-12-13 16:08:01 -0800
committerGitHub <[email protected]>2021-12-13 16:08:01 -0800
commit11b8aaa26a22bb67b144484af6890844771b5f46 (patch)
tree70b7047f412c7ee0c129dd53a634dc0f38c61cf3 /yjit_iface.c
parent94494a565d7d3e1277e594db44478edc0233c3e8 (diff)
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
Notes
Notes: Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'yjit_iface.c')
-rw-r--r--yjit_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_iface.c b/yjit_iface.c
index dee0c42500..6e72a2cc91 100644
--- a/yjit_iface.c
+++ b/yjit_iface.c
@@ -1233,7 +1233,7 @@ outgoing_ids(VALUE self)
void
rb_yjit_init(struct rb_yjit_options *options)
{
- if (!PLATFORM_SUPPORTED_P || !JIT_ENABLED) {
+ if (!YJIT_SUPPORTED_P || !JIT_ENABLED) {
return;
}