summaryrefslogtreecommitdiffhomepage
path: root/src/error.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-07-25 14:54:17 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-07-25 14:54:17 +0900
commit63e5a3cfb10e238eaab2a77bcc83acd0d41e60fa (patch)
treecd38afab99c11dbfc2114306c6b779c114a1ac39 /src/error.h
parent8a298605e6667bfc15a1bef49b481f35829c0717 (diff)
downloadmruby-63e5a3cfb10e238eaab2a77bcc83acd0d41e60fa.tar.gz
mruby-63e5a3cfb10e238eaab2a77bcc83acd0d41e60fa.zip
refactor out longjmp() to a function
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h
index 3726cb4c4..5aa4ca374 100644
--- a/src/error.h
+++ b/src/error.h
@@ -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 */