]> git.eshelyaron.com Git - emacs.git/commitdiff
Unbreak build with CHECK_STRUCTS.
authorPhilipp Stephani <phst@google.com>
Fri, 21 Jul 2023 16:22:34 +0000 (18:22 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 21 Jul 2023 16:22:34 +0000 (18:22 +0200)
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

index 4809fb5dce7837aef7c326fa32b0d3ef7366f842..6e102bcd808c3574a918b572d90517851020fe72 100644 (file)
@@ -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);