diff options
| author | cremno <[email protected]> | 2014-01-31 01:30:18 +0100 |
|---|---|---|
| committer | cremno <[email protected]> | 2014-01-31 01:30:18 +0100 |
| commit | f2a62a74ed22a535ebea4dd71faf05bda6011fd4 (patch) | |
| tree | 78071cfa0dfc9550de8a09b2160f7bf5f11cfb21 /src/error.h | |
| parent | a68a51702876b9c520c21a15bdf03ea91e0439f0 (diff) | |
| download | mruby-f2a62a74ed22a535ebea4dd71faf05bda6011fd4.tar.gz mruby-f2a62a74ed22a535ebea4dd71faf05bda6011fd4.zip | |
clean up external symbols
remove unused and unneeded:
- sysexit_status
- type (a global variable)
add mrb_ prefix to:
- codedump_all
- class_instance_method_list
- parser_dump
make various functions static, incl.:
- yyparse
- make_exception
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); |
