Fix System_Child mark

svn: r17309
This commit is contained in:
Kevin Tew 2009-12-15 16:58:16 +00:00
parent d278ad3c86
commit 73d2fde4af

View File

@ -3637,7 +3637,7 @@ static int mark_input_fd_FIXUP(void *p) {
#endif
#if defined(UNIX_PROCESSES)
#if defined(UNIX_PROCESSES) && !(defined(MZ_USE_PLACES) && defined(MZ_PRECISE_GC))
static int mark_system_child_SIZE(void *p) {
return
gcBYTES_TO_WORDS(sizeof(System_Child));