summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-02-08 12:43:25 -0500
committerPeter Zhu <peter@peterzhu.ca>2023-02-08 12:43:25 -0500
commit861d70e3839856fb27f488755752e06f9183efba (patch)
tree6684321bd6ad8ae7d539dfbbffdf18fa2b339e85 /iseq.h
parent6aa196149a479c2d8dd415dfd0d044ec1d3fd7df (diff)
downloadruby-861d70e3839856fb27f488755752e06f9183efba.tar.gz
Rename iseq_mark_and_update to iseq_mark_and_move
The new name is more consistent.
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.h b/iseq.h
index 5ddbf8df7d..fafa5a518e 100644
--- a/iseq.h
+++ b/iseq.h
@@ -186,7 +186,7 @@ VALUE *rb_iseq_original_iseq(const rb_iseq_t *iseq);
void rb_iseq_build_from_ary(rb_iseq_t *iseq, VALUE misc,
VALUE locals, VALUE args,
VALUE exception, VALUE body);
-void rb_iseq_mark_and_update_insn_storage(struct iseq_compile_data_storage *arena);
+void rb_iseq_mark_and_move_insn_storage(struct iseq_compile_data_storage *arena);
VALUE rb_iseq_load(VALUE data, VALUE parent, VALUE opt);
VALUE rb_iseq_parameters(const rb_iseq_t *iseq, int is_proc);