move mruby's showcallinfo into the core

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-05-13 10:40:43 +09:00
parent a1f991194b
commit 7921fd545c
2 changed files with 3 additions and 64 deletions
+1
View File
@@ -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: