fix typo in "place.c"

This commit is contained in:
Matthew Flatt 2011-06-30 10:59:17 -06:00
parent 9bceb885c7
commit 835bbe2874

View File

@ -376,7 +376,6 @@ static int place_dead_ready(Scheme_Object *o, Scheme_Schedule_Info *sinfo) {
}
return 0;
}
/
# if defined(MZ_PLACES_WAITPID)
/*============= SIGCHLD SIGNAL HANDLING =============*/