diff --git a/compile.c b/compile.c index 00b9e1d6ae..ef92a83846 100644 --- a/compile.c +++ b/compile.c @@ -10004,7 +10004,7 @@ const rb_iseq_t * iseq_ibf_load(VALUE str) { struct ibf_load *load; - const rb_iseq_t *iseq; + rb_iseq_t *iseq; VALUE loader_obj = TypedData_Make_Struct(0, struct ibf_load, &ibf_load_type, load); ibf_load_setup(load, loader_obj, str);