emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 172b99a: Fix compilation with CHECK_STRUCTS


From: Andreas Schwab
Subject: [Emacs-diffs] master 172b99a: Fix compilation with CHECK_STRUCTS
Date: Sat, 31 Aug 2019 06:42:04 -0400 (EDT)

branch: master
commit 172b99a43ab60dac29eb09231246793a1ab32343
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>

    Fix compilation with CHECK_STRUCTS
    
    * src/pdumper.c (dump_hash_table): Update hash of Lisp_Hash_Table.
---
 src/pdumper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 73a50ce..5e70e20 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2696,7 +2696,7 @@ dump_hash_table (struct dump_context *ctx,
                  Lisp_Object object,
                  dump_off offset)
 {
-#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_BB1ACF756E
+#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_12AFBF47AF
 # 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]