summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-01-26 15:43:45 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-01-27 09:30:15 +0900
commita67afaaa05d8d81297f42033e4c235642e312a81 (patch)
tree071660b792a9e10656a26ac7e2b6ad5182f05dd2
parentd205370b965a374a6c7ec3987e2b97f4b48621da (diff)
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>
-rw-r--r--include/ruby/internal/fl_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/fl_type.h b/include/ruby/internal/fl_type.h
index 78d049aa53..4696bfe2d3 100644
--- a/include/ruby/internal/fl_type.h
+++ b/include/ruby/internal/fl_type.h
@@ -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