I wrote: > + /* This is the first time gensym has been called in this thread. > + Allocate and randomize our new thread-local gensym counter */ > + digit_buf = (unsigned char *) scm_malloc (GENSYM_LENGTH);
Oops, that should be `scm_gc_malloc_pointerless'. Mark