]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update Lisp_Hash_Table hash for CHECK_STRUCTS
authorBasil L. Contovounesios <basil@contovou.net>
Mon, 12 Feb 2024 11:07:37 +0000 (12:07 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 13 Feb 2024 13:09:57 +0000 (14:09 +0100)
This follows commit 05e3183ede of 2024-02-06
"Rearrange and pack hash table fields to reduce space".

(cherry picked from commit 2f7d662dd4636a84e157a2af8f843c0589bc5dda)

src/pdumper.c

index b8006b035eaebe1a2ce7c44fc21c58b2e9c2f6b5..5c488d8e90fdb1f502adf8301771a8a0b5d197a9 100644 (file)
@@ -2719,7 +2719,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_313A489F0A
+#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_0360833954
 # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);