ruby-changes:57457
From: Kazuki <ko1@a...>
Date: Sun, 1 Sep 2019 16:29:39 +0900 (JST)
Subject: [ruby-changes:57457] Kazuki Tsujimoto: ea84a68075 (master): Export rb_const_source_location_at for MJIT
https://git.ruby-lang.org/ruby.git/commit/?id=ea84a68075 From ea84a680755b5a7fa700618cbe78e3b2fc7be01d Mon Sep 17 00:00:00 2001 From: Kazuki Tsujimoto <kazuki@c...> Date: Sun, 1 Sep 2019 16:25:01 +0900 Subject: Export rb_const_source_location_at for MJIT diff --git a/variable.c b/variable.c index c7873f7..f3d73fa 100644 --- a/variable.c +++ b/variable.c @@ -2491,7 +2491,7 @@ rb_const_source_location(VALUE klass, ID id) https://github.com/ruby/ruby/blob/trunk/variable.c#L2491 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); -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/