diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
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; |