aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Naggum1996-09-17 17:49:23 +0000
committerErik Naggum1996-09-17 17:49:23 +0000
commitc23baf9f139a5518e063a87abdc12f2ee446e25a (patch)
tree4e1c04a725f8dd7cc72573266a23bf5b301766eb /src
parent609c36fe5f838b83ef8d99a0007068f1c155e3a4 (diff)
downloademacs-c23baf9f139a5518e063a87abdc12f2ee446e25a.tar.gz
emacs-c23baf9f139a5518e063a87abdc12f2ee446e25a.zip
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\
1522 1522
1523 gc_in_progress = 1; 1523 gc_in_progress = 1;
1524 1524
1525/* clear_marks (); */ 1525 /* clear_marks (); */
1526 1526
1527 /* In each "large string", set the MARKBIT of the size field. 1527 /* In each "large string", set the MARKBIT of the size field.
1528 That enables mark_object to recognize them. */ 1528 That enables mark_object to recognize them. */
@@ -1603,7 +1603,7 @@ Garbage collection happens automatically if you cons more than\n\
1603 XUNMARK (buffer_defaults.name); 1603 XUNMARK (buffer_defaults.name);
1604 XUNMARK (buffer_local_symbols.name); 1604 XUNMARK (buffer_local_symbols.name);
1605 1605
1606/* clear_marks (); */ 1606 /* clear_marks (); */
1607 gc_in_progress = 0; 1607 gc_in_progress = 0;
1608 1608
1609 consing_since_gc = 0; 1609 consing_since_gc = 0;