Andreas V�gele <[EMAIL PROTECTED]> writes: > > threads.c: In function `scm_threads_mark_stacks': > threads.c:977: error: `sizet' undeclared (first use in this function)
Thanks. Hmm. It's either meant to be size_t or scm_sizet I presume. I'll change it to size_t. Is this also a problem in 1.6, or did you say that worked? (It looks like it's in coop-threads.c.) _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
