[前][次][番号順一覧][スレッド一覧]

ruby-changes:65061

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Wed, 27 Jan 2021 09:30:45 +0900 (JST)
Subject: [ruby-changes:65061] a67afaaa05 (master): Update include/ruby/internal/fl_type.h

https://git.ruby-lang.org/ruby.git/commit/?id=a67afaaa05

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?=
 <shyouhei@r...>
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 <nobu@r...>
---
 include/ruby/internal/fl_type.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ruby/internal/fl_type.h b/include/ruby/internal/fl_type.h
index 78d049a..4696bfe 100644
--- a/include/ruby/internal/fl_type.h
+++ b/include/ruby/internal/fl_type.h
@@ -235,7 +235,7 @@ enum { https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/fl_type.h#L235
 #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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]