summaryrefslogtreecommitdiff
path: root/rjit_c.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 21:37:16 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 21:37:49 -0700
commit9c2792c3d3933d7afeca9c46be9954057d06c5eb (patch)
treeb0d9655f8e49e091dc2a5bcc03650de210a0be5f /rjit_c.c
parentd189f8d870aee69e43697415a4840a4d9cdf5a62 (diff)
downloadruby-9c2792c3d3933d7afeca9c46be9954057d06c5eb.tar.gz
RJIT: Implement toregexp
Diffstat (limited to 'rjit_c.c')
-rw-r--r--rjit_c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rjit_c.c b/rjit_c.c
index 54dcb8569d..3d4d22742e 100644
--- a/rjit_c.c
+++ b/rjit_c.c
@@ -495,6 +495,7 @@ extern bool rb_vm_ic_hit_p(IC ic, const VALUE *reg_ep);
extern rb_event_flag_t rb_rjit_global_events;
extern void rb_vm_setinstancevariable(const rb_iseq_t *iseq, VALUE obj, ID id, VALUE val, IVC ic);
extern VALUE rb_vm_throw(const rb_execution_context_t *ec, rb_control_frame_t *reg_cfp, rb_num_t throw_state, VALUE throwobj);
+extern VALUE rb_reg_new_ary(VALUE ary, int opt);
#include "rjit_c.rbinc"