Mercurial > emacs
comparison src/alloc.c @ 31889:fb63b2aeedf0
(mark_image): Use GC_NILP instead of NILP.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 25 Sep 2000 18:38:11 +0000 |
| parents | 43566b0aec59 |
| children | 2f3d88ac2b38 |
comparison
equal
deleted
inserted
replaced
| 31888:2e3f1dd73d7e | 31889:fb63b2aeedf0 |
|---|---|
| 3767 mark_image (img) | 3767 mark_image (img) |
| 3768 struct image *img; | 3768 struct image *img; |
| 3769 { | 3769 { |
| 3770 mark_object (&img->spec); | 3770 mark_object (&img->spec); |
| 3771 | 3771 |
| 3772 if (!NILP (img->data.lisp_val)) | 3772 if (!GC_NILP (img->data.lisp_val)) |
| 3773 mark_object (&img->data.lisp_val); | 3773 mark_object (&img->data.lisp_val); |
| 3774 } | 3774 } |
| 3775 | 3775 |
| 3776 | 3776 |
| 3777 /* Mark Lisp objects in image cache of frame F. It's done this way so | 3777 /* Mark Lisp objects in image cache of frame F. It's done this way so |
