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
@@ -683,7 +683,7 @@ static void
irep_error(mrb_state *mrb, int n)
{
static const char msg[] = "irep load error";
mrb->exc = (struct RObject*)mrb_object(mrb_exc_new(mrb, E_SCRIPT_ERROR, msg, sizeof(msg) - 1));
mrb->exc = mrb_obj_ptr(mrb_exc_new(mrb, E_SCRIPT_ERROR, msg, sizeof(msg) - 1));
}
#ifdef ENABLE_STDIO