зеркало из https://github.com/github/ruby.git
* 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
This commit is contained in:
Родитель
1e7f99dddf
Коммит
5d486bec61
|
@ -1,3 +1,7 @@
|
|||
Sat Aug 27 04:02:11 2011 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_core.h: add a decl. of rb_autoloading_value().
|
||||
|
||||
Fri Aug 26 19:12:08 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
|
||||
|
||||
* variable.c: Make autoload thread-safe. See #921.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче