From 83e507b8d896b38822b3552802304a6aa8e53c74 Mon Sep 17 00:00:00 2001 From: Pip Cet Date: Thu, 22 Aug 2024 05:48:43 +0000 Subject: [PATCH] Update pdumper hashes * src/pdumper.c (dump_symbol, dump_hash_table): Update hashes. (cherry picked from commit 00a1152fad510d56cec813ba008f854cfceb163e) --- src/pdumper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pdumper.c b/src/pdumper.c index ab6524330be..aa02c464802 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -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); -- 2.39.5