summaryrefslogtreecommitdiffhomepage
path: root/src/error.h
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-03-26 16:48:26 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-03-26 16:48:26 +0900
commit87d7fc616504dff16a22e24bc5fa67aae2be0d30 (patch)
tree28e7290b548a4aff1939b6289736efec5d7fcb4d /src/error.h
parenta7842b6451cdb20c9a5aeebf81387e538aa0facf (diff)
parent2d91803528d14b39868fa3c16f9293d1f34e675c (diff)
downloadmruby-87d7fc616504dff16a22e24bc5fa67aae2be0d30.tar.gz
mruby-87d7fc616504dff16a22e24bc5fa67aae2be0d30.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h
index 91d6595ff..53ee2b206 100644
--- a/src/error.h
+++ b/src/error.h
@@ -8,7 +8,6 @@
#define MRUBY_ERROR_H
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);
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);