]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Jan 1998 07:20:49 +0000 (07:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Jan 1998 07:20:49 +0000 (07:20 +0000)
src/alloc.c

index c6fb2319d1e1da3b23412435f16447413dfa6acb..9b84a7e51f8bccc9911e2cff3f860efa3149111f 100644 (file)
@@ -2006,6 +2006,9 @@ mark_object (argptr)
        mark_object (&ptr->plist);
        XSETTYPE (*(Lisp_Object *) &ptr->name, Lisp_String);
        mark_object (&ptr->name);
+       /* Note that we do not mark the obarray of the symbol.
+          It is safe not to do so because nothing accesses that
+          slot except to check whether it is nil.  */
        ptr = ptr->next;
        if (ptr)
          {