Comment change.

This commit is contained in:
Richard M. Stallman 2002-01-27 22:53:26 +00:00
parent 989b669548
commit 94a877eff7

View file

@ -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);