Merge pull request #2957 from suzukaze/replace-1-with-true-macro

Replace 1 with TURE macro
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-09-18 23:20:55 +09:00
+1 -1
View File
@@ -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;