From 683834eb72cfa77f4eac1c705327b522302b1721 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 21 Apr 2019 08:34:37 +0000 Subject: [PATCH] Drop MJIT_FUNC_EXPORTED from rb_hash_bulk_insert it's official API after r67677 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash.c b/hash.c index 4841cbb198..000c39e178 100644 --- a/hash.c +++ b/hash.c @@ -4412,7 +4412,7 @@ ar_bulk_insert(VALUE hash, long argc, const VALUE *argv) } } -MJIT_FUNC_EXPORTED void +void rb_hash_bulk_insert(long argc, const VALUE *argv, VALUE hash) { HASH_ASSERT(argc % 2 == 0);