emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 949bc336a0: ; * src/image.c: move #endif to correct place


From: Mattias Engdegård
Subject: master 949bc336a0: ; * src/image.c: move #endif to correct place
Date: Mon, 11 Apr 2022 11:11:18 -0400 (EDT)

branch: master
commit 949bc336a066cd80a0c7e0c2a72e0cb10636692b
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * src/image.c: move #endif to correct place
---
 src/image.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/image.c b/src/image.c
index d6c2af7f19..e4782495f3 100644
--- a/src/image.c
+++ b/src/image.c
@@ -2866,6 +2866,8 @@ anim_get_animation_cache (Lisp_Object spec)
   return cache;
 }
 
+#endif  /* HAVE_WEBP || HAVE_GIF */
+
 /* Call FN on every image in the image cache of frame F.  Used to mark
    Lisp Objects in the image cache.  */
 
@@ -8520,10 +8522,6 @@ tiff_load (struct frame *f, struct image *img)
 
 
 
-
-
-#endif /* HAVE_GIF || HAVE_WEBP */
-
 /***********************************************************************
                                 GIF
  ***********************************************************************/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]