summaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 03:51:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 03:51:32 +0000
commit46ec5a03ac8268bc57732369b8607c2c7c31f7cf (patch)
treed2b55e23df88afbaf2d066b1b46980d70d71ec33 /array.c
parentfb977a120ac563e009aecc59584262b9c4f7a645 (diff)
downloadruby-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 'array.c')
-rw-r--r--array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/array.c b/array.c
index 7c7fae084..89614e608 100644
--- a/array.c
+++ b/array.c
@@ -3046,7 +3046,6 @@ rb_ary_cycle(VALUE ary)
return Qnil;
}
-VALUE rb_str_tmp_new(long);
#define tmpbuf(n, size) rb_str_tmp_new((n)*(size))
/*