emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 6152a411905: Unbreak build with CHECK_STRUCTS.


From: Philipp Stephani
Subject: emacs-29 6152a411905: Unbreak build with CHECK_STRUCTS.
Date: Fri, 21 Jul 2023 12:24:29 -0400 (EDT)

branch: emacs-29
commit 6152a411905a3bff7dc73012413818d5c9b6348a
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Unbreak build with CHECK_STRUCTS.
    
    The hash for the Lisp_Overlay structure has changed due to the 
(comment-only)
    commit 7ac947f34c745c61f8acc1fe2452a2c720d57a0d.
    
    * src/pdumper.c (dump_overlay): Update struct hash.
---
 src/pdumper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 4809fb5dce7..6e102bcd808 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2179,7 +2179,7 @@ dump_interval_node (struct dump_context *ctx, struct 
itree_node *node,
 static dump_off
 dump_overlay (struct dump_context *ctx, const struct Lisp_Overlay *overlay)
 {
-#if CHECK_STRUCTS && !defined (HASH_Lisp_Overlay_EB4C05D8D2)
+#if CHECK_STRUCTS && !defined (HASH_Lisp_Overlay_5F9D7E02FC)
 # error "Lisp_Overlay changed. See CHECK_STRUCTS comment in config.h."
 #endif
   START_DUMP_PVEC (ctx, &overlay->header, struct Lisp_Overlay, out);



reply via email to

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