mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
obsolete mrb_object; opposite of bc870ce
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user