summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-26 19:03:21 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-26 19:03:21 +0000
commit5d486bec613a2b420a19a03f67e6253ae22b7ca7 (patch)
treeca105fcb89620eb282d26b829db1cd15c22bbdae /vm_core.h
parent1e7f99dddf1877f5fb7a4dd5759dddff8ba17154 (diff)
* vm_core.h: add a decl. of rb_autoloading_value().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 */