From: Richard M. Stallman Date: Sun, 27 Jan 2002 22:53:26 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~16932 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94a877eff75c17809935dc19896ad900ec4ac430;p=emacs.git Comment change. --- diff --git a/src/alloc.c b/src/alloc.c index 4ea7470fe8d..56832afc70d 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4644,6 +4644,10 @@ mark_object (argptr) 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);