ruby-changes:21030
From: ko1 <ko1@a...>
Date: Sat, 27 Aug 2011 04:03:32 +0900 (JST)
Subject: [ruby-changes:21030] ko1:r33079 (trunk): * vm_core.h: add a decl. of rb_autoloading_value().
ko1 2011-08-27 04:03:21 +0900 (Sat, 27 Aug 2011) New Revision: 33079 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33079 Log: * vm_core.h: add a decl. of rb_autoloading_value(). Modified files: trunk/ChangeLog trunk/vm_core.h Index: ChangeLog =================================================================== --- ChangeLog (revision 33078) +++ ChangeLog (revision 33079) @@ -1,3 +1,7 @@ +Sat Aug 27 04:02:11 2011 Koichi Sasada <ko1@a...> + + * vm_core.h: add a decl. of rb_autoloading_value(). + Fri Aug 26 19:12:08 2011 Hiroshi Nakamura <nahi@r...> * variable.c: Make autoload thread-safe. See #921. Index: vm_core.h =================================================================== --- vm_core.h (revision 33078) +++ vm_core.h (revision 33079) @@ -674,6 +674,8 @@ 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 */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/