Export rb_const_source_location_at for MJIT
This commit is contained in:
parent
02dfa0f163
commit
ea84a68075
@ -2491,7 +2491,7 @@ rb_const_source_location(VALUE klass, ID id)
|
|||||||
return rb_const_location(klass, id, FALSE, TRUE, FALSE);
|
return rb_const_location(klass, id, FALSE, TRUE, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
VALUE
|
MJIT_FUNC_EXPORTED VALUE
|
||||||
rb_const_source_location_at(VALUE klass, ID id)
|
rb_const_source_location_at(VALUE klass, ID id)
|
||||||
{
|
{
|
||||||
return rb_const_location(klass, id, TRUE, FALSE, FALSE);
|
return rb_const_location(klass, id, TRUE, FALSE, FALSE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user