From c23baf9f139a5518e063a87abdc12f2ee446e25a Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Tue, 17 Sep 1996 17:49:23 +0000 Subject: [PATCH] Comment changes. --- src/alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2