mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Replace 1 with TURE macro
This commit is contained in:
+1
-1
@@ -660,7 +660,7 @@ mrb_class_instance_method_list(mrb_state *mrb, mrb_bool recur, struct RClass* kl
|
||||
|
||||
if (!recur && (klass->flags & MRB_FLAG_IS_PREPENDED)) {
|
||||
MRB_CLASS_ORIGIN(klass);
|
||||
prepended = 1;
|
||||
prepended = TRUE;
|
||||
}
|
||||
|
||||
oldklass = 0;
|
||||
|
||||
Reference in New Issue
Block a user