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

ruby-changes:71975

From: Jemma <ko1@a...>
Date: Fri, 27 May 2022 07:40:52 +0900 (JST)
Subject: [ruby-changes:71975] a04d8c9513 (master): Remove trailing comma from FL_USER3 (#5958)

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

From a04d8c951393060f613853dc3c44afb090f63e1b Mon Sep 17 00:00:00 2001
From: Jemma Issroff <jemmaissroff@g...>
Date: Thu, 26 May 2022 18:40:34 -0400
Subject: Remove trailing comma from FL_USER3 (#5958)

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

diff --git a/include/ruby/internal/core/rclass.h b/include/ruby/internal/core/rclass.h
index becdae7571..b0b6bfc80c 100644
--- a/include/ruby/internal/core/rclass.h
+++ b/include/ruby/internal/core/rclass.h
@@ -58,7 +58,7 @@ enum ruby_rmodule_flags { https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/core/rclass.h#L58
      * rb_mod_refine()  has this  flag set.   This  is the  bit which  controls
      * difference between normal inclusion versus refinements.
      */
-    RMODULE_IS_REFINEMENT            = RUBY_FL_USER3,
+    RMODULE_IS_REFINEMENT            = RUBY_FL_USER3
 };
 
 struct RClass; /* Opaque, declared here for RCLASS() macro. */
-- 
cgit v1.2.1


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

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