]> git.eshelyaron.com Git - emacs.git/commitdiff
Unbreak build with --enable-checking=all
authorPhilipp Stephani <phst@google.com>
Tue, 11 Aug 2020 18:20:44 +0000 (20:20 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 11 Aug 2020 18:22:32 +0000 (20:22 +0200)
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

index aaa760d70d20246a572adbc52167f57af0730ba2..7708bc892f8436e96f7570149252b5ec981618d1 100644 (file)
@@ -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);