aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2023-10-19 16:01:35 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2023-10-24 10:52:06 -0700
commita3f66e09f6596259677f00255a9b6231a2739774 (patch)
treeaddc47766e34c520307baab7952343855af872e0 /internal
parentcaf6a72348431e0e6b61be84919cd06c7a745189 (diff)
downloadruby-a3f66e09f6596259677f00255a9b6231a2739774.tar.gz
geniv objects can become too complex
Diffstat (limited to 'internal')
-rw-r--r--internal/variable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/variable.h b/internal/variable.h
index c467489b77..c9a3a4676d 100644
--- a/internal/variable.h
+++ b/internal/variable.h
@@ -48,6 +48,7 @@ VALUE rb_mod_set_temporary_name(VALUE, VALUE);
struct gen_ivtbl;
int rb_gen_ivtbl_get(VALUE obj, ID id, struct gen_ivtbl **ivtbl);
int rb_obj_evacuate_ivs_to_hash_table(ID key, VALUE val, st_data_t arg);
+void rb_evict_ivars_to_hash(VALUE obj, rb_shape_t * shape);
RUBY_SYMBOL_EXPORT_BEGIN
/* variable.c (export) */