comparison 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
comparison
equal deleted inserted replaced
16230:e886bf705de0 16231:5ce3b59f093b
1520 } 1520 }
1521 } 1521 }
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. */
1529 { 1529 {
1530 register struct string_block *b; 1530 register struct string_block *b;
1601 XUNMARK (backlist->args[i]); 1601 XUNMARK (backlist->args[i]);
1602 } 1602 }
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;
1610 if (gc_cons_threshold < 10000) 1610 if (gc_cons_threshold < 10000)
1611 gc_cons_threshold = 10000; 1611 gc_cons_threshold = 10000;