diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-07 17:31:07 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-07 17:31:07 +0900 |
| commit | d0e63a3a03ddbe3fd03cde3817c63c49723f2b69 (patch) | |
| tree | 44010692e10eb6c7c71c5de233bd35055b7b63db /include | |
| parent | c51c8dd1199af4815fadff162c0f46096c6c5795 (diff) | |
| download | mruby-d0e63a3a03ddbe3fd03cde3817c63c49723f2b69.tar.gz mruby-d0e63a3a03ddbe3fd03cde3817c63c49723f2b69.zip | |
RMatch.src should not be mrb_value
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/string.h b/include/mruby/string.h index 7ac84bcaf..6fe2cc9fd 100644 --- a/include/mruby/string.h +++ b/include/mruby/string.h @@ -110,7 +110,7 @@ void mrb_str_setter(mrb_state *mrb, mrb_value val, mrb_sym id, mrb_value *var); int mrb_str_is_ascii_only_p(mrb_state *mrb, mrb_value str); mrb_value mrb_str_inspect(mrb_state *mrb, mrb_value str); int mrb_str_equal(mrb_state *mrb, mrb_value str1, mrb_value str2); -mrb_value str_new4(mrb_state *mrb, enum mrb_vtype ttype, mrb_value str); +mrb_value str_new4(mrb_state *mrb, mrb_value str); mrb_value * mrb_svar(mrb_int cnt); mrb_value mrb_str_drop_bytes(mrb_state *mrb, mrb_value str, long len); mrb_value mrb_str_dump(mrb_state *mrb, mrb_value str); |
