[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
___
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,
Ludovic.
2005-11-07 Ludovic Courtès <[EMAIL PROTECTED]>
* gc.c (scm_weak_vectors): Removed.
--- orig/libguile/gc.c
+++ m