ruby-changes:20401
From: usa <ko1@a...>
Date: Fri, 8 Jul 2011 14:37:10 +0900 (JST)
Subject: [ruby-changes:20401] usa:r32449 (trunk): * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.
usa 2011-07-08 14:36:57 +0900 (Fri, 08 Jul 2011) New Revision: 32449 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32449 Log: * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD. fixed build problem of r32438. the value (30) is temporary value. maybe it's enough by 20~24 according to my observation. Modified files: trunk/ChangeLog trunk/win32/Makefile.sub Index: ChangeLog =================================================================== --- ChangeLog (revision 32448) +++ ChangeLog (revision 32449) @@ -1,3 +1,9 @@ +Fri Jul 8 14:33:26 2011 NAKAMURA Usaku <usa@r...> + + * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD. + fixed build problem of r32438. the value (30) is temporary value. + maybe it's enough by 20~24 according to my observation. + Fri Jul 8 13:47:39 2011 KOSAKI Motohiro <kosaki.motohiro@g...> * thread.c (rb_mutex_unlock_all): folded into Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 32448) +++ win32/Makefile.sub (revision 32449) @@ -588,6 +588,7 @@ #define GETGROUPS_T int #define RETSIGTYPE void #define TYPEOF_TIMEVAL_TV_SEC long +#define GC_MARK_STACKFRAME_WORD 30 #define HAVE_ALLOCA 1 #define HAVE_DUP2 1 #define HAVE_MEMCMP 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/