diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-23 11:21:02 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-23 11:21:02 +0000 |
| commit | f24162392d24434f0012cff26c9d5250ea94c482 (patch) | |
| tree | 8a5e2dc149198b5ec4a260a9c84f52771fcabb76 /include/ruby | |
| parent | 4d1b41160cf8115d0a4041fee3e6e1ee878268eb (diff) | |
| download | ruby-f24162392d24434f0012cff26c9d5250ea94c482.tar.gz ruby-f24162392d24434f0012cff26c9d5250ea94c482.tar.xz ruby-f24162392d24434f0012cff26c9d5250ea94c482.zip | |
* follow type.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index dd259e8fe..2d29f44fc 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -515,7 +515,7 @@ VALUE rb_str_unlocktmp(VALUE); VALUE rb_str_dup_frozen(VALUE); VALUE rb_str_plus(VALUE, VALUE); VALUE rb_str_times(VALUE, VALUE); -int rb_str_sublen(VALUE, int); +long rb_str_sublen(VALUE, long); VALUE rb_str_substr(VALUE, long, long); VALUE rb_str_subseq(VALUE, long, long); void rb_str_modify(VALUE); |
