From: Pip Cet Date: Sat, 1 Feb 2025 17:08:27 +0000 (+0000) Subject: ; src/pdumper.c (dump_hash_table): Bump CHECK_STRUCTS hash. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65de974f20e49f3dfec6e4d642018be0524ef4ce;p=emacs.git ; src/pdumper.c (dump_hash_table): Bump CHECK_STRUCTS hash. (cherry picked from commit 5a5706f943ae2677c6d73fed8de11affd3ef04aa) --- diff --git a/src/pdumper.c b/src/pdumper.c index b1aaefb3104..dee13fb9a81 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -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);