diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-04 10:21:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-04 10:21:46 +0000 |
| commit | 649280108560f9946c4de1337ef1ce3064f0bc44 (patch) | |
| tree | 3acad6ff491c37d49b706bbe7fa3b68358f7649d /include/ruby | |
| parent | 7dfb872489930957e1091256ed4ee6b83e9b486a (diff) | |
| download | ruby-649280108560f9946c4de1337ef1ce3064f0bc44.tar.gz ruby-649280108560f9946c4de1337ef1ce3064f0bc44.tar.xz ruby-649280108560f9946c4de1337ef1ce3064f0bc44.zip | |
* array.c (rb_ary_tmp_new): added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 9a7068854..b84ed3c8f 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -43,6 +43,7 @@ VALUE rb_ary_new(void); VALUE rb_ary_new2(long); VALUE rb_ary_new3(long,...); VALUE rb_ary_new4(long, const VALUE *); +VALUE rb_ary_tmp_new(long); void rb_ary_free(VALUE); VALUE rb_ary_freeze(VALUE); VALUE rb_ary_aref(int, VALUE*, VALUE); |
