diff options
| author | Richard M. Stallman | 2002-01-27 22:53:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-27 22:53:26 +0000 |
| commit | 94a877eff75c17809935dc19896ad900ec4ac430 (patch) | |
| tree | 51876e45e0e1a8222adf75cf49149228e5636390 /src/alloc.c | |
| parent | 989b6695487f091060303a3fa2409f2eff0d0c0c (diff) | |
| download | emacs-94a877eff75c17809935dc19896ad900ec4ac430.tar.gz emacs-94a877eff75c17809935dc19896ad900ec4ac430.zip | |
Comment change.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 4ea7470fe8d..56832afc70d 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -4644,6 +4644,10 @@ mark_object (argptr) | |||
| 4644 | h->size |= ARRAY_MARK_FLAG; | 4644 | h->size |= ARRAY_MARK_FLAG; |
| 4645 | 4645 | ||
| 4646 | /* Mark contents. */ | 4646 | /* Mark contents. */ |
| 4647 | /* Do not mark next_free or next_weak. | ||
| 4648 | Being in the next_weak chain | ||
| 4649 | should not keep the hash table alive. | ||
| 4650 | No need to mark `count' since it is an integer. */ | ||
| 4647 | mark_object (&h->test); | 4651 | mark_object (&h->test); |
| 4648 | mark_object (&h->weak); | 4652 | mark_object (&h->weak); |
| 4649 | mark_object (&h->rehash_size); | 4653 | mark_object (&h->rehash_size); |