diff options
| author | Erik Naggum | 1996-09-17 17:49:23 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-09-17 17:49:23 +0000 |
| commit | c23baf9f139a5518e063a87abdc12f2ee446e25a (patch) | |
| tree | 4e1c04a725f8dd7cc72573266a23bf5b301766eb /src/alloc.c | |
| parent | 609c36fe5f838b83ef8d99a0007068f1c155e3a4 (diff) | |
| download | emacs-c23baf9f139a5518e063a87abdc12f2ee446e25a.tar.gz emacs-c23baf9f139a5518e063a87abdc12f2ee446e25a.zip | |
Comment changes.
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; |