diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-26 02:13:02 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-26 02:13:02 +0900 |
| commit | 6557ee938a5404b31b064f08c58bb54dfc0ac468 (patch) | |
| tree | ae233e1c7f91fc3ab23dc5d55d17a232f63d1376 /include/mruby.h | |
| parent | d78f23d28b4706e58622493de60e17818b491fde (diff) | |
| download | mruby-6557ee938a5404b31b064f08c58bb54dfc0ac468.tar.gz mruby-6557ee938a5404b31b064f08c58bb54dfc0ac468.zip | |
mruby error messages should be directed to stderr
Diffstat (limited to 'include/mruby.h')
| -rw-r--r-- | include/mruby.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h index fac7e6fcd..3077c7c35 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -317,6 +317,7 @@ void mrb_name_error(mrb_state *mrb, mrb_sym id, const char *fmt, ...); void mrb_warn(mrb_state *mrb, const char *fmt, ...); void mrb_bug(mrb_state *mrb, const char *fmt, ...); void mrb_print_backtrace(mrb_state *mrb); +void mrb_print_error(mrb_state *mrb); /* macros to get typical exception objects note: |
