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

ruby-changes:69694

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Thu, 11 Nov 2021 11:46:19 +0900 (JST)
Subject: [ruby-changes:69694] a4a6e5cd2e (master): ENCODING_MASK: fix doxygen link [ci skip]

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

From a4a6e5cd2e69049c9e9296e597a429f849fbe749 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: Thu, 11 Nov 2021 11:18:44 +0900
Subject: ENCODING_MASK: fix doxygen link [ci skip]

---
 include/ruby/internal/encoding/encoding.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ruby/internal/encoding/encoding.h b/include/ruby/internal/encoding/encoding.h
index 33f7f27fc1e..1e1e584773d 100644
--- a/include/ruby/internal/encoding/encoding.h
+++ b/include/ruby/internal/encoding/encoding.h
@@ -65,7 +65,7 @@ enum ruby_encoding_consts { https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/encoding/encoding.h#L65
 
 #define ENCODING_INLINE_MAX RUBY_ENCODING_INLINE_MAX /**< @old{RUBY_ENCODING_INLINE_MAX} */
 #define ENCODING_SHIFT RUBY_ENCODING_SHIFT           /**< @old{RUBY_ENCODING_SHIFT} */
-#define ENCODING_MASK RUBY_ENCODING_MASK             /**< @old{RUBY_ENCODING_SHIFT} */
+#define ENCODING_MASK RUBY_ENCODING_MASK             /**< @old{RUBY_ENCODING_MASK} */
 
 /**
  * Destructively assigns the passed encoding  to the passed object.  The object
-- 
cgit v1.2.1


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

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