summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 03:24:51 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 03:24:51 +0000
commit17f4486abc48c427a0cf2f5cd984df1ca541bc33 (patch)
tree669b00cc1ca2ed76b0686528e814ce249f485051
parent9cbc37f505994abe7e956c5a8e2dcc1c58d9d150 (diff)
extern rb_gc_stack_maxsize.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--thread_win32.ci2
1 files changed, 2 insertions, 0 deletions
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)
{