guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Universally-unique gensyms


From: Mark H Weaver
Subject: Re: [PATCH] Universally-unique gensyms
Date: Wed, 18 Jan 2012 04:35:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]