mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ruby.c: fixup r53791
* ruby.c (DEFAULT_FEATURES): debug features are no longer set since r53791. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
add54214c7
commit
70a4e9e7c8
1 changed files with 0 additions and 1 deletions
1
ruby.c
1
ruby.c
|
@ -144,7 +144,6 @@ enum {
|
|||
& ~FEATURE_BIT(gems)
|
||||
#endif
|
||||
& ~FEATURE_BIT(frozen_string_literal)
|
||||
& ~FEATURE_BIT(debug_frozen_string_literal)
|
||||
)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue