diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-06-15 08:36:24 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-06-15 08:36:24 +0900 |
| commit | 93cabfc18b87d404e98aace2098174372a9afd58 (patch) | |
| tree | 3110670b06dc7ef69ec4b6dfc2c6d7144bb60366 /src/error.h | |
| parent | 040b57fae5ab001fdb04271131dbe33a713170d8 (diff) | |
| parent | f093ed69aec7a3640484bffbaa01b5e453495406 (diff) | |
| download | mruby-93cabfc18b87d404e98aace2098174372a9afd58.tar.gz mruby-93cabfc18b87d404e98aace2098174372a9afd58.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src/error.h')
| -rw-r--r-- | src/error.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h index 8a86e7d3d..e4d6acb6c 100644 --- a/src/error.h +++ b/src/error.h @@ -14,7 +14,6 @@ struct RException { void mrb_sys_fail(mrb_state *mrb, const char *mesg); void mrb_bug_errno(const char*, int); int sysexit_status(mrb_state *mrb, mrb_value err); -void error_pos(void); mrb_value mrb_exc_new3(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); |
