summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
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);