From: Pip Cet Date: Wed, 22 Jan 2025 19:50:31 +0000 (+0000) Subject: ; * src/pdumper.c (dump_hash_table): Adjust hash; bitfields changed. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5038d3174f37e7c8b3707777c13ea4c8c0bd0dca;p=emacs.git ; * src/pdumper.c (dump_hash_table): Adjust hash; bitfields changed. (cherry picked from commit bf55eb1a8ae95051ac5c8a646b2a106053d7b1b7) --- diff --git a/src/pdumper.c b/src/pdumper.c index 174dfdb47ef..e7e6e2c392c 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2736,7 +2736,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_0360833954 +#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_267C58D687 # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h." #endif const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);