diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index ad3f5235480..99f5cdcdea2 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -5339,7 +5339,7 @@ compact_font_cache_entry (Lisp_Object entry) | |||
| 5339 | && !VECTOR_MARKED_P (XFONT_SPEC (XCAR (obj))) | 5339 | && !VECTOR_MARKED_P (XFONT_SPEC (XCAR (obj))) |
| 5340 | && VECTORP (XCDR (obj))) | 5340 | && VECTORP (XCDR (obj))) |
| 5341 | { | 5341 | { |
| 5342 | ptrdiff_t i, size = ASIZE (XCDR (obj)) & ~ARRAY_MARK_FLAG; | 5342 | ptrdiff_t i, size = gc_asize (XCDR (obj)); |
| 5343 | 5343 | ||
| 5344 | /* If font-spec is not marked, most likely all font-entities | 5344 | /* If font-spec is not marked, most likely all font-entities |
| 5345 | are not marked too. But we must be sure that nothing is | 5345 | are not marked too. But we must be sure that nothing is |