aboutsummaryrefslogtreecommitdiffstats
path: root/method.h
diff options
context:
space:
mode:
Diffstat (limited to 'method.h')
-rw-r--r--method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/method.h b/method.h
index 2beaa08722..fbd8ce9953 100644
--- a/method.h
+++ b/method.h
@@ -80,8 +80,8 @@ typedef struct rb_method_alias_struct {
typedef struct rb_method_definition_struct {
struct {
rb_method_visibility_t visi: 3;
- unsigned int basic: 1;
unsigned int safe: 3;
+ unsigned int basic: 1;
} flags;
rb_method_type_t type; /* method type */