emacs-diffs
[Top][All Lists]
Advanced

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

master ccb5556: Unbreak build with --enable-checking=all


From: Philipp Stephani
Subject: master ccb5556: Unbreak build with --enable-checking=all
Date: Tue, 11 Aug 2020 14:35:34 -0400 (EDT)

branch: master
commit ccb5556b44f10124c7dd6c230a6d817fa83b9690
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Unbreak build with --enable-checking=all
    
    Commit 16a16645f524c62f7906036b0e383e4247b58de7 has only changed a
    comment in ‘struct Lisp_Hash_Table’, so the portable dumper doesn’t
    need to be adapted.
    
    * src/pdumper.c (dump_hash_table): Update hash code for ‘struct
    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 aaa760d..7708bc8 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2678,7 +2678,7 @@ dump_hash_table (struct dump_context *ctx,
                  Lisp_Object object,
                  dump_off offset)
 {
-#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_12AFBF47AF
+#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_6D63EDB618
 # 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]