emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Sun, 27 Jan 2002 17:53:27 -0500

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.259 emacs/src/alloc.c:1.260
*** emacs/src/alloc.c:1.259     Sat Dec 29 07:47:29 2001
--- emacs/src/alloc.c   Sun Jan 27 17:53:26 2002
***************
*** 4644,4649 ****
--- 4644,4653 ----
          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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]