From a67afaaa05d8d81297f42033e4c235642e312a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Tue, 26 Jan 2021 15:43:45 +0900 Subject: Update include/ruby/internal/fl_type.h https://github.com/ruby/ruby/pull/4100#pullrequestreview-576059827 Co-authored-by: Nobuyoshi Nakada --- include/ruby/internal/fl_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby') 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 -- cgit v1.2.3