mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update include/ruby/internal/fl_type.h
https://github.com/ruby/ruby/pull/4100#pullrequestreview-576059827 Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
parent
d205370b96
commit
a67afaaa05
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ enum {
|
|||
#if defined(RBIMPL_HAVE_ENUM_ATTRIBUTE)
|
||||
RBIMPL_ATTR_DEPRECATED(("It seems there is no actual usage of this enum."))
|
||||
#elif defined(_MSC_VER)
|
||||
# pragma deprecated(RUBY_FL_UNTRUSTED)
|
||||
# pragma deprecated(RUBY_FL_DUPPED)
|
||||
#endif
|
||||
|
||||
= RUBY_T_MASK | RUBY_FL_EXIVAR
|
||||
|
|
Loading…
Reference in a new issue