summaryrefslogtreecommitdiff
path: root/internal/variable.h
diff options
context:
space:
mode:
-rw-r--r--internal/variable.h3
1 files changed, 2 insertions, 1 deletions
@@ -53,7 +53,8 @@ void rb_evict_ivars_to_hash(VALUE obj);
RUBY_SYMBOL_EXPORT_BEGIN
/* variable.c (export) */
-void rb_mark_and_update_generic_ivar(VALUE);
void rb_mv_generic_ivar(VALUE src, VALUE dst);
VALUE rb_const_missing(VALUE klass, VALUE name);
int rb_class_ivar_set(VALUE klass, ID vid, VALUE value);