mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
move mruby's showcallinfo into the core
This commit is contained in:
@@ -301,6 +301,7 @@ 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(mrb_state *mrb, const char *fmt, ...);
|
||||
void mrb_bug(mrb_state *mrb, const char *fmt, ...);
|
||||
void mrb_print_backtrace(mrb_state *mrb);
|
||||
|
||||
/* macros to get typical exception objects
|
||||
note:
|
||||
|
||||
Reference in New Issue
Block a user