From: Erik Naggum Date: Tue, 17 Sep 1996 17:49:23 +0000 (+0000) Subject: Comment changes. X-Git-Tag: emacs-20.1~3713 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c23baf9f139a5518e063a87abdc12f2ee446e25a;p=emacs.git Comment changes. --- diff --git a/src/alloc.c b/src/alloc.c index 2f0cc0e812e..9f79ee5aa6c 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1522,7 +1522,7 @@ Garbage collection happens automatically if you cons more than\n\ gc_in_progress = 1; -/* clear_marks (); */ + /* clear_marks (); */ /* In each "large string", set the MARKBIT of the size field. That enables mark_object to recognize them. */ @@ -1603,7 +1603,7 @@ Garbage collection happens automatically if you cons more than\n\ XUNMARK (buffer_defaults.name); XUNMARK (buffer_local_symbols.name); -/* clear_marks (); */ + /* clear_marks (); */ gc_in_progress = 0; consing_since_gc = 0;