Mercurial > emacs
comparison src/alloc.c @ 28220:27014604bbd3
(mark_face_cache): Don't mark face->registry.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 21 Mar 2000 00:36:12 +0000 |
| parents | 2556e20596b8 |
| children | fd13be8ae190 |
comparison
equal
deleted
inserted
replaced
| 28219:8d0c763d43b7 | 28220:27014604bbd3 |
|---|---|
| 3550 | 3550 |
| 3551 if (face) | 3551 if (face) |
| 3552 { | 3552 { |
| 3553 for (j = 0; j < LFACE_VECTOR_SIZE; ++j) | 3553 for (j = 0; j < LFACE_VECTOR_SIZE; ++j) |
| 3554 mark_object (&face->lface[j]); | 3554 mark_object (&face->lface[j]); |
| 3555 mark_object (&face->registry); | |
| 3556 } | 3555 } |
| 3557 } | 3556 } |
| 3558 } | 3557 } |
| 3559 } | 3558 } |
| 3560 | 3559 |
