mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem.
This commit is contained in:
@@ -282,6 +282,7 @@ void mrb_exc_raise(mrb_state *mrb, mrb_value exc);
|
||||
|
||||
void mrb_raise(mrb_state *mrb, struct RClass *c, const char *msg);
|
||||
void mrb_raisef(mrb_state *mrb, struct RClass *c, const char *fmt, ...);
|
||||
void mrb_name_error(mrb_state *mrb, mrb_sym id, const char *fmt, ...);
|
||||
void mrb_warn(const char *fmt, ...);
|
||||
void mrb_bug(const char *fmt, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user