]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 27 Jan 2002 22:53:26 +0000 (22:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 27 Jan 2002 22:53:26 +0000 (22:53 +0000)
src/alloc.c

index 4ea7470fe8de048f1fc7f6b3e4daed4d5286683c..56832afc70def134b8dfc0902010e5f7fdb1ebe6 100644 (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);