diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-16 03:51:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-16 03:51:32 +0000 |
| commit | 46ec5a03ac8268bc57732369b8607c2c7c31f7cf (patch) | |
| tree | d2b55e23df88afbaf2d066b1b46980d70d71ec33 /include/ruby/intern.h | |
| parent | fb977a120ac563e009aecc59584262b9c4f7a645 (diff) | |
| download | ruby-46ec5a03ac8268bc57732369b8607c2c7c31f7cf.tar.gz ruby-46ec5a03ac8268bc57732369b8607c2c7c31f7cf.tar.xz ruby-46ec5a03ac8268bc57732369b8607c2c7c31f7cf.zip | |
* include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):
prototype moved.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/intern.h')
| -rw-r--r-- | include/ruby/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 658983c91..1f531a71c 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -498,7 +498,9 @@ VALUE rb_tainted_str_new(const char*, long); VALUE rb_tainted_str_new2(const char*); VALUE rb_str_buf_new(long); VALUE rb_str_buf_new2(const char*); +VALUE rb_str_tmp_new(long); void rb_str_free(VALUE); +void rb_str_shared_replace(VALUE, VALUE); VALUE rb_str_buf_append(VALUE, VALUE); VALUE rb_str_buf_cat(VALUE, const char*, long); VALUE rb_str_buf_cat2(VALUE, const char*); |
