1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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)
)
};