From 5045fe6017996a9ce2562667284b392e01b5759e Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 5 Sep 2019 16:02:45 -0700 Subject: Mark rb_warn_keyword_to_last_hash at MJIT_FUNC_EXPORTED Hopefully this fixes MJIT errors on AppVeyor. --- vm_args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_args.c b/vm_args.c index e9a11bd255..69ed9e5399 100644 --- a/vm_args.c +++ b/vm_args.c @@ -581,7 +581,7 @@ ignore_keyword_hash_p(VALUE keyword_hash, const rb_iseq_t * const iseq) { VALUE rb_iseq_location(const rb_iseq_t *iseq); -void +MJIT_FUNC_EXPORTED void rb_warn_keyword_to_last_hash(struct rb_calling_info *calling, const struct rb_call_info *ci, const rb_iseq_t * const iseq) { VALUE name, loc; -- cgit v1.2.3