From a7ac64a90158285244822d93617e102ce1160101 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 9 Oct 1999 19:46:41 +0000 Subject: [PATCH] (struct image): New member load_failed_p. --- src/dispextern.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dispextern.h b/src/dispextern.h index e27937db7a2..c7edd020f85 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1903,6 +1903,9 @@ struct image /* Reference to the type of the image. */ struct image_type *type; + /* 1 means that loading the image failed. Don't try again. */ + unsigned load_failed_p; + /* A place for image types to store additional data. The member data.lisp_val is marked during GC, so it's safe to store Lisp data there. Image types should free this data when their `free' -- 2.39.5