summaryrefslogtreecommitdiff
path: root/internal/gc.h
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-03-26 11:37:21 -0400
committerPeter Zhu <[email protected]>2024-03-27 09:39:23 -0400
commitf14e52c8c45f1288537ff38c153096d095b5ad20 ()
treec953d6b7c75899748d4872177cc49d8ddcafad56 /internal/gc.h
parent1d99fe430aff34a90544d23edbd707f6f240dafe (diff)
Fix setting GC stress at boot when objspace not available
-rw-r--r--internal/gc.h2
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ void rb_gc_remove_weak(VALUE parent_obj, VALUE *ptr);
void rb_gc_ref_update_table_values_only(st_table *tbl);
-void rb_gc_stress_set(VALUE flag);
#define rb_gc_mark_and_move_ptr(ptr) do { \
VALUE _obj = (VALUE)*(ptr); \