ruby-changes:69249
From: Aaron <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:21 +0900 (JST)
Subject: [ruby-changes:69249] afc5db43ca (master): is this right?
https://git.ruby-lang.org/ruby.git/commit/?id=afc5db43ca From afc5db43ca5d62feefac97f911a5d4ac33e9feda Mon Sep 17 00:00:00 2001 From: Aaron Patterson <tenderlove@r...> Date: Wed, 8 Sep 2021 11:49:09 -0700 Subject: is this right? --- ruby.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ruby.c b/ruby.c index d722489aca..e87e6f46ea 100644 --- a/ruby.c +++ b/ruby.c @@ -219,6 +219,7 @@ enum { https://github.com/ruby/ruby/blob/trunk/ruby.c#L219 #endif & ~FEATURE_BIT(frozen_string_literal) & ~FEATURE_BIT(jit) + & ~FEATURE_BIT(yjit) ) }; -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/