From 94a877eff75c17809935dc19896ad900ec4ac430 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 27 Jan 2002 22:53:26 +0000 Subject: [PATCH] Comment change. --- src/alloc.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.39.2