summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-21 08:34:37 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-21 08:34:37 +0000
commit683834eb72cfa77f4eac1c705327b522302b1721 (patch)
tree50f80181c24afac591bf450c8c93f82316177d4f /hash.c
parentadd82b7e7eebfb8ee311bd85cd2111874f3564f2 (diff)
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
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
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);