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 +++ mod/libguile/gc.c @@ -210,10 +210,6 @@ */ unsigned long scm_mtrigger; -/* During collection, this accumulates objects holding - * weak references. - */ -SCM scm_weak_vectors; /* GC Statistics Keeping */ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel