[EMAIL PROTECTED] (Ludovic Courtès) writes:
> Hi,
>
> The patch below removes the `scm_weak_vectors' global variable from
> `gc.c' as it's no longer used (`weaks.c' maintains its own list of weak
> vectors).
Thanks, I've applied this.
Neil
___
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> * print.c (EXIT_NESTED_DATA): Before popping from the stack,
> reset the value at its top. This fixes a reference leak.
Nice work, but it looks to me that PUSH_REF sets the value of the
(pstate->top)th element _before_ incrementing pstate