On Thu 28 Apr 2011 15:08, [email protected] (Ludovic Courtès) writes: >> /* Sanity check. */ >> if (!GC_is_visible (&scm_protects)) >> abort ();
Is this even the right check to make? Shouldn't it check SCM2PTR (scm_protects) instead of &scm_protects? Andy -- http://wingolog.org/
