is this right?

This commit is contained in:
Aaron Patterson 2021-09-08 11:49:09 -07:00 committed by Alan Wu
parent b78c50d800
commit afc5db43ca

1
ruby.c
View File

@ -219,6 +219,7 @@ enum {
#endif
& ~FEATURE_BIT(frozen_string_literal)
& ~FEATURE_BIT(jit)
& ~FEATURE_BIT(yjit)
)
};