From 4df82154b3dbfdc0b4c1bd9f358a1bb5d005d5ab Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 17 Dec 2007 03:24:51 +0000 Subject: extern rb_gc_stack_maxsize. git-svn-id: http://svn.ruby-lang.org/repos/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 d84cd341c..9d151cdb6 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) { -- cgit