aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorErik Naggum <[email protected]>1996-09-17 17:49:23 +0000
committerErik Naggum <[email protected]>1996-09-17 17:49:23 +0000
commitc23baf9f139a5518e063a87abdc12f2ee446e25a (patch)
tree4e1c04a725f8dd7cc72573266a23bf5b301766eb /src/alloc.c
parent609c36fe5f838b83ef8d99a0007068f1c155e3a4 (diff)
Comment changes.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 2f0cc0e812..9f79ee5aa6 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;