aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index 0120def4b9..269e22d332 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -674,6 +674,8 @@ void ruby_thread_init_stack(rb_thread_t *th);
NOINLINE(void rb_gc_save_machine_context(rb_thread_t *));
void rb_gc_mark_machine_stack(rb_thread_t *th);
+int rb_autoloading_value(VALUE mod, ID id, VALUE* value);
+
#define sysstack_error GET_VM()->special_exceptions[ruby_error_sysstack]
/* for thread */