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
@@ -206,7 +206,7 @@ exc_debug_info(mrb_state *mrb, struct RObject *exc)
void
mrb_exc_raise(mrb_state *mrb, mrb_value exc)
{
mrb->exc = (struct RObject*)mrb_object(exc);
mrb->exc = mrb_obj_ptr(exc);
exc_debug_info(mrb, mrb->exc);
if (!mrb->jmp) {
mrb_p(mrb, exc);