obsolete mrb_object; opposite of bc870ce

This commit is contained in:
Yukihiro Matz Matsumoto
2013-03-15 23:16:20 +09:00
parent c5db1397ee
commit 243669308d
9 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ mrb_class(mrb_state *mrb, mrb_value v)
case MRB_TT_MAIN:
return mrb->object_class;
default:
return mrb_object(v)->c;
return mrb_obj_ptr(v)->c;
}
}