summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2022-05-26 18:40:34 -0400
committerGitHub <noreply@github.com>2022-05-26 15:40:34 -0700
commita04d8c951393060f613853dc3c44afb090f63e1b (patch)
tree433edded4fd230da54203eeda1f61190bbed62a5 /include
parent33fdff3c300cbc2e37f1a0819418be313848754d (diff)
Remove trailing comma from FL_USER3 (#5958)
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/ruby/internal/core/rclass.h2
1 files changed, 1 insertions, 1 deletions
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 {
* 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. */