summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authorKazuki Tsujimoto <kazuki@callcc.net>2019-09-01 16:25:01 +0900
committerKazuki Tsujimoto <kazuki@callcc.net>2019-09-01 16:25:01 +0900
commitea84a680755b5a7fa700618cbe78e3b2fc7be01d (patch)
tree84fc233dc65076e6e7baa2a7d1fdda4dabac747b /variable.c
parent02dfa0f16361c498e0f529054b00e3e09730892b (diff)
Export rb_const_source_location_at for MJIT
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index c7873f7586..f3d73fac63 100644
--- a/variable.c
+++ b/variable.c
@@ -2491,7 +2491,7 @@ rb_const_source_location(VALUE klass, ID id)
return rb_const_location(klass, id, FALSE, TRUE, FALSE);
}
-VALUE
+MJIT_FUNC_EXPORTED VALUE
rb_const_source_location_at(VALUE klass, ID id)
{
return rb_const_location(klass, id, TRUE, FALSE, FALSE);