aboutsummaryrefslogtreecommitdiffstats
path: root/yjit.c
diff options
context:
space:
mode:
Diffstat (limited to 'yjit.c')
-rw-r--r--yjit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit.c b/yjit.c
index d608ad32fa..f5037e6217 100644
--- a/yjit.c
+++ b/yjit.c
@@ -848,6 +848,9 @@ rb_yarv_ary_entry_internal(VALUE ary, long offset)
}
VALUE
+rb_yjit_rb_ary_unshift_m(int argc, VALUE *argv, VALUE ary);
+
+VALUE
rb_yarv_fix_mod_fix(VALUE recv, VALUE obj)
{
return rb_fix_mod_fix(recv, obj);