]> git.eshelyaron.com Git - emacs.git/commitdiff
Update pdumper hashes
authorPip Cet <pipcet@protonmail.com>
Thu, 22 Aug 2024 05:48:43 +0000 (05:48 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 10:36:00 +0000 (11:36 +0100)
* src/pdumper.c (dump_symbol, dump_hash_table): Update hashes.

(cherry picked from commit 00a1152fad510d56cec813ba008f854cfceb163e)

src/pdumper.c

index ab6524330beda9e563f28ca45dc9224c38895ae6..aa02c464802c2a5b34be9e1020bcdfa9fab7bc3f 100644 (file)
@@ -2457,7 +2457,7 @@ dump_symbol (struct dump_context *ctx,
              Lisp_Object object,
              dump_off offset)
 {
-#if CHECK_STRUCTS && !defined HASH_Lisp_Symbol_61B174C9F4
+#if CHECK_STRUCTS && !defined HASH_Lisp_Symbol_E0ADAF2F24
 # error "Lisp_Symbol changed. See CHECK_STRUCTS comment in config.h."
 #endif
 #if CHECK_STRUCTS && !defined (HASH_symbol_redirect_EA72E4BFF5)
@@ -2723,7 +2723,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_267C58D687
+#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_6728D315B2
 # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);