summaryrefslogtreecommitdiff
path: root/rjit_c.rb
diff options
context:
space:
mode:
Diffstat (limited to 'rjit_c.rb')
-rw-r--r--rjit_c.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/rjit_c.rb b/rjit_c.rb
index 3b2072873f..cc0b8b8541 100644
--- a/rjit_c.rb
+++ b/rjit_c.rb
@@ -545,6 +545,10 @@ module RubyVM::RJIT # :nodoc: all
Primitive.cexpr! %q{ SIZET2NUM((size_t)rb_obj_is_kind_of) }
end
+ def C.rb_range_new
+ Primitive.cexpr! %q{ SIZET2NUM((size_t)rb_range_new) }
+ end
+
def C.rb_reg_last_match
Primitive.cexpr! %q{ SIZET2NUM((size_t)rb_reg_last_match) }
end