summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
diff options
context:
space:
mode:
authorAaron Patterson <[email protected]>2019-08-12 16:09:21 -0400
committerAaron Patterson <[email protected]>2019-08-12 16:44:54 -0400
commitaac4d9d6c7e6b6b0742f3941b574f6006ccb5672 ()
treeb1f2906b04075227249ee040111e94a846b99ab2 /include/ruby/intern.h
parent404850e13446c79fb6142f1b32b219753e5cd726 (diff)
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Renaming this function. "No pin" s some implementation details. We just want users to know that if they mark this object, the reference may move and they'll need to update the reference accordingly.
-rw-r--r--include/ruby/intern.h2
1 files changed, 1 insertions, 1 deletions
@@ -515,7 +515,7 @@ void rb_mark_hash(struct st_table*);
void rb_update_st_references(struct st_table *ht);
void rb_gc_mark_maybe(VALUE);
void rb_gc_mark(VALUE);
-void rb_gc_mark_no_pin(VALUE);
VALUE rb_gc_location(VALUE);
void rb_gc_force_recycle(VALUE);
void rb_gc(void);