Re: Unused global variable `scm_weak_vectors'

2005-11-12 Thread Neil Jerram
[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 ___

Re: [PATCH] Reference leak in `iprin1 ()'

2005-11-12 Thread Neil Jerram
[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