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 56b59f5006d..f47287d4b01 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -359,7 +359,7 @@ mark_interval_tree (tree) | |||
| 359 | { if (!NULL_INTERVAL_P (i)) mark_interval_tree (i); } | 359 | { if (!NULL_INTERVAL_P (i)) mark_interval_tree (i); } |
| 360 | 360 | ||
| 361 | /* The oddity in the call to XUNMARK is necessary because XUNMARK | 361 | /* The oddity in the call to XUNMARK is necessary because XUNMARK |
| 362 | expands to an assigment to its argument, and most C compilers don't | 362 | expands to an assignment to its argument, and most C compilers don't |
| 363 | support casts on the left operand of `='. */ | 363 | support casts on the left operand of `='. */ |
| 364 | #define UNMARK_BALANCE_INTERVALS(i) \ | 364 | #define UNMARK_BALANCE_INTERVALS(i) \ |
| 365 | { \ | 365 | { \ |
| @@ -1444,7 +1444,7 @@ clear_marks () | |||
| 1444 | If the object referred to has not been seen yet, recursively mark | 1444 | If the object referred to has not been seen yet, recursively mark |
| 1445 | all the references contained in it. | 1445 | all the references contained in it. |
| 1446 | 1446 | ||
| 1447 | If the object referenced is a short string, the referrencing slot | 1447 | If the object referenced is a short string, the referencing slot |
| 1448 | is threaded into a chain of such slots, pointed to from | 1448 | is threaded into a chain of such slots, pointed to from |
| 1449 | the `size' field of the string. The actual string size | 1449 | the `size' field of the string. The actual string size |
| 1450 | lives in the last slot in the chain. We recognize the end | 1450 | lives in the last slot in the chain. We recognize the end |