summaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-12 07:42:35 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-12 07:42:35 +0000
commit47b45f8bdb16156c41b126e9d757dbfff2de0be7 (patch)
tree2a73f7f17fa97d74f5580248e39f39765747d573 /array.c
parent0e98ca3fe090d5593fb1e552723da0b48784b0a2 (diff)
downloadruby-47b45f8bdb16156c41b126e9d757dbfff2de0be7.tar.gz
ruby-47b45f8bdb16156c41b126e9d757dbfff2de0be7.tar.xz
ruby-47b45f8bdb16156c41b126e9d757dbfff2de0be7.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'array.c')
-rw-r--r--array.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/array.c b/array.c
index 2794e8dbf..5e91ae929 100644
--- a/array.c
+++ b/array.c
@@ -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;