changeset 20768:6ebcbdec2e07

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Jan 1998 07:20:49 +0000
parents ad6c6f1bd674
children aa3481dd4d84
files src/alloc.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Sun Jan 25 01:57:08 1998 +0000
+++ b/src/alloc.c	Sun Jan 25 07:20:49 1998 +0000
@@ -2006,6 +2006,9 @@
 	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)
 	  {