Pass some required params to cothreads_init

Original commit message from CVS:
Pass some required params to cothreads_init
This commit is contained in:
Wim Taymans 2002-06-21 08:00:13 +00:00
parent 3dd3895eea
commit 1fa83fa256

View file

@ -90,7 +90,7 @@ typedef cothread cothread_context;
*/
#define do_cothreads_init(x) G_STMT_START{ \
if (!cothreads_initialized()) \
cothreads_init(x); \
cothreads_init(0x0200000, 32); \
}G_STMT_END
#define do_cothreads_stackquery(stack,size) \