From ce2652c9d46acd102d80fe645000ad31dc45ebbb Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Jan 2008 03:51:32 +0000 Subject: * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace): prototype moved. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 1 - 1 file changed, 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index 7c7fae0844..89614e6085 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)) /* -- cgit v1.2.3