emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/no-purespace f47735c9a8b 20/41: Update pdumper hashes


From: Stefan Kangas
Subject: scratch/no-purespace f47735c9a8b 20/41: Update pdumper hashes
Date: Tue, 10 Dec 2024 19:09:39 -0500 (EST)

branch: scratch/no-purespace
commit f47735c9a8b87f9566212cec0c22588990bc9f1a
Author: Pip Cet <pipcet@protonmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Update pdumper hashes
    
    * src/pdumper.c (dump_symbol):
    (dump_hash_table): Update hashes.
---
 src/pdumper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 40798ff48e9..f9d74f87fb4 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2465,7 +2465,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)
@@ -2733,7 +2733,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_6728D315B2
 # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]