Remove trailing comma from FL_USER3 (#5958)
This commit is contained in:
parent
33fdff3c30
commit
a04d8c9513
Notes:
git
2022-05-27 07:40:58 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user