From 17f4486abc48c427a0cf2f5cd984df1ca541bc33 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 17 Dec 2007 03:24:51 +0000 Subject: [PATCH] extern rb_gc_stack_maxsize. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_win32.ci | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thread_win32.ci b/thread_win32.ci index d84cd341cc..9d151cdb6d 100644 --- a/thread_win32.ci +++ b/thread_win32.ci @@ -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) {