]> git.eshelyaron.com Git - emacs.git/commitdiff
; src/pdumper.c (dump_hash_table): Bump CHECK_STRUCTS hash.
authorPip Cet <pipcet@protonmail.com>
Sat, 1 Feb 2025 17:08:27 +0000 (17:08 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:14:09 +0000 (12:14 +0100)
(cherry picked from commit 5a5706f943ae2677c6d73fed8de11affd3ef04aa)

src/pdumper.c

index b1aaefb310429d59a7c25792449af77604521f71..dee13fb9a81267d612d5bd67bd20125438220d1c 100644 (file)
@@ -2737,7 +2737,7 @@ dump_hash_table_contents (struct dump_context *ctx, struct Lisp_Hash_Table *h)
 static dump_off
 dump_hash_table (struct dump_context *ctx, Lisp_Object object)
 {
-#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_6728D315B2
+#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_2A3C3E2B62
 # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);