Mercurial > emacs
diff src/alloc.c @ 16231:5ce3b59f093b
Comment changes.
| author | Erik Naggum <erik@naggum.no> |
|---|---|
| date | Tue, 17 Sep 1996 17:49:23 +0000 |
| parents | bab3f12493b6 |
| children | 52eaaf1cc0e3 |
line wrap: on
line diff
--- a/src/alloc.c Tue Sep 17 17:43:56 1996 +0000 +++ b/src/alloc.c Tue Sep 17 17:49:23 1996 +0000 @@ -1522,7 +1522,7 @@ 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 @@ XUNMARK (buffer_defaults.name); XUNMARK (buffer_local_symbols.name); -/* clear_marks (); */ + /* clear_marks (); */ gc_in_progress = 0; consing_since_gc = 0;
