diff --git a/vm.c b/vm.c index b0597af42d..5b4aa6fae0 100644 --- a/vm.c +++ b/vm.c @@ -2252,6 +2252,18 @@ m_core_set_postexe(VALUE self) static VALUE m_core_hash_merge_ary(VALUE self, VALUE hash, VALUE ary); +static VALUE +core_hash_merge(VALUE hash, long argc, const VALUE *argv) +{ + long i; + + assert(argc % 2 == 0); + for (i=0; i