# HG changeset patch # User Richard M. Stallman # Date 1012172006 0 # Node ID 0ab7a9a5666c19db04159a3629eda4f39112a2ce # Parent 734ca0fe6d3e36ec689dde9c506f637f529b3a0c Comment change. diff -r 734ca0fe6d3e -r 0ab7a9a5666c src/alloc.c --- a/src/alloc.c Sun Jan 27 21:34:12 2002 +0000 +++ b/src/alloc.c Sun Jan 27 22:53:26 2002 +0000 @@ -4644,6 +4644,10 @@ h->size |= ARRAY_MARK_FLAG; /* Mark contents. */ + /* Do not mark next_free or next_weak. + Being in the next_weak chain + should not keep the hash table alive. + No need to mark `count' since it is an integer. */ mark_object (&h->test); mark_object (&h->weak); mark_object (&h->rehash_size);