diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-31 00:03:28 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-31 00:03:28 -0800 |
| commit | 6cf42a8200f7d9215a2da5c0203d27c472577b59 (patch) | |
| tree | 39fdc6c93bb1c6f4bcca37ebbde99a400ca618e5 /src/error.h | |
| parent | 4e2a9509dc8f727b4dfb627d79a22bf1177a2f40 (diff) | |
| parent | f2a62a74ed22a535ebea4dd71faf05bda6011fd4 (diff) | |
| download | mruby-6cf42a8200f7d9215a2da5c0203d27c472577b59.tar.gz mruby-6cf42a8200f7d9215a2da5c0203d27c472577b59.zip | |
Merge pull request #1671 from cremno/extern-cleanup
clean up external symbols
Diffstat (limited to 'src/error.h')
| -rw-r--r-- | src/error.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/error.h b/src/error.h index 4d120e989..b04dc1082 100644 --- a/src/error.h +++ b/src/error.h @@ -8,9 +8,7 @@ #define MRUBY_ERROR_H void mrb_sys_fail(mrb_state *mrb, const char *mesg); -int sysexit_status(mrb_state *mrb, mrb_value err); mrb_value mrb_exc_new_str(mrb_state *mrb, struct RClass* c, mrb_value str); -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); |
