1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

extern rb_gc_stack_maxsize.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-12-17 03:24:51 +00:00
parent 9cbc37f505
commit 17f4486abc

View file

@ -423,6 +423,8 @@ thread_start_func_1(void *th_ptr)
return 0;
}
extern size_t rb_gc_stack_maxsize;
static int
native_thread_create(rb_thread_t *th)
{