diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-06-01 02:53:50 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-06-01 02:53:50 +0900 |
| commit | aafd787e58783043f1a35eda8a22604a1274c9bd (patch) | |
| tree | 1a13e6783217cbb14655cac6a810de87e303cc70 /include/mruby.h | |
| parent | 617ea34d976b646b9526183acbc3325521b7f9a8 (diff) | |
| download | mruby-aafd787e58783043f1a35eda8a22604a1274c9bd.tar.gz mruby-aafd787e58783043f1a35eda8a22604a1274c9bd.zip | |
remove mrb_rs from mruby.h
Diffstat (limited to 'include/mruby.h')
| -rw-r--r-- | include/mruby.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mruby.h b/include/mruby.h index de23d877b..70d7717fa 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -416,9 +416,6 @@ mrb_value mrb_check_funcall(mrb_state *mrb, mrb_value recv, mrb_sym mid, int arg #define ISXDIGIT(c) (ISASCII(c) && isxdigit((int)(unsigned char)(c))) #endif -extern mrb_value mrb_rs; -extern mrb_value mrb_default_rs; - int mrb_block_given_p(void); void mrb_raise(mrb_state *mrb, struct RClass *c, const char *fmt, ...); void rb_raise(struct RClass *c, const char *fmt, ...); |
