1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Export rb_const_source_location_at for MJIT

This commit is contained in:
Kazuki Tsujimoto 2019-09-01 16:25:01 +09:00
parent 02dfa0f163
commit ea84a68075
No known key found for this signature in database
GPG key ID: BCEA306C49B81CD7

View file

@ -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);