diff options
| author | Masaki Muranaka <[email protected]> | 2013-04-04 16:19:02 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-04-04 16:24:43 +0900 |
| commit | 2f829ea09aaa0a67d03da2344b8c1bfa6279e3be (patch) | |
| tree | fe44debd547c6687420dbb7a3d307ee82c32c8c7 /include | |
| parent | d8c4f6a08034225e0b02708c548495a2f2f300b5 (diff) | |
| download | mruby-2f829ea09aaa0a67d03da2344b8c1bfa6279e3be.tar.gz mruby-2f829ea09aaa0a67d03da2344b8c1bfa6279e3be.zip | |
Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem.
Diffstat (limited to 'include')
| -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 5272d0400..9bfb31e39 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -282,6 +282,7 @@ void mrb_exc_raise(mrb_state *mrb, mrb_value exc); void mrb_raise(mrb_state *mrb, struct RClass *c, const char *msg); void mrb_raisef(mrb_state *mrb, struct RClass *c, const char *fmt, ...); +void mrb_name_error(mrb_state *mrb, mrb_sym id, const char *fmt, ...); void mrb_warn(const char *fmt, ...); void mrb_bug(const char *fmt, ...); |
