1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2000-12-12 07:42:35 +00:00
parent 2322a13127
commit 3a7020854d
9 changed files with 68 additions and 27 deletions

View file

@ -1437,9 +1437,8 @@ rb_ary_diff(ary1, ary2)
}
static VALUE
ary_make_hash(ary1, ary2, func)
ary_make_hash(ary1, ary2)
VALUE ary1, ary2;
int (*func)();
{
VALUE hash = rb_hash_new();
int i, n;