summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-09-17 17:49:23 +0000
committerErik Naggum <erik@naggum.no>1996-09-17 17:49:23 +0000
commit6baa0de637df099795393bdf7643559c45ddac1a (patch)
tree1b235cec8c62e6498ae6e149c48d176c2a74805c /src
parent4dcaa9f523425436c71e61585c1ce7d625ba8699 (diff)
downloademacs-6baa0de637df099795393bdf7643559c45ddac1a.tar.gz
Comment changes.
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c4
1 files 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;