diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-07-15 14:44:19 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-07-15 14:47:15 +0900 |
| commit | 1085167fefe010be8e2d39e2adb31134a5512b15 (patch) | |
| tree | 2f109373c70d47dd219d780a615c167db73fdfc7 /include | |
| parent | c0bf76d0a1ef631813c01d785500c1544d18a506 (diff) | |
| download | mruby-1085167fefe010be8e2d39e2adb31134a5512b15.tar.gz mruby-1085167fefe010be8e2d39e2adb31134a5512b15.zip | |
add an small comment description in mruby/error.h header
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/error.h b/include/mruby/error.h index d02e9166c..e3e2b25e2 100644 --- a/include/mruby/error.h +++ b/include/mruby/error.h @@ -29,6 +29,7 @@ MRB_API mrb_noreturn void mrb_no_method_error(mrb_state *mrb, mrb_sym id, mrb_va /* declaration for fail method */ MRB_API mrb_value mrb_f_raise(mrb_state*, mrb_value); +/* functions defined in mruby-error mrbgem */ MRB_API mrb_value mrb_protect(mrb_state *mrb, mrb_func_t body, mrb_value data, mrb_bool *state); MRB_API mrb_value mrb_ensure(mrb_state *mrb, mrb_func_t body, mrb_value b_data, mrb_func_t ensure, mrb_value e_data); |
