refactor out longjmp() to a function

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-07-25 14:54:17 +09:00
parent 8a298605e6
commit 63e5a3cfb1
4 changed files with 17 additions and 9 deletions
+1
View File
@@ -14,5 +14,6 @@ mrb_value make_exception(mrb_state *mrb, int argc, mrb_value *argv, int isstr);
mrb_value mrb_make_exception(mrb_state *mrb, int argc, mrb_value *argv);
mrb_value mrb_format(mrb_state *mrb, const char *format, ...);
void mrb_exc_print(mrb_state *mrb, struct RObject *exc);
void mrb_longjmp(mrb_state *mrb);
#endif /* MRUBY_ERROR_H */