]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix compilation with CHECK_STRUCTS
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 31 Aug 2019 10:39:16 +0000 (12:39 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 31 Aug 2019 10:41:53 +0000 (12:41 +0200)
* src/pdumper.c (dump_hash_table): Update hash of Lisp_Hash_Table.

src/pdumper.c

index 73a50cee53a47b3c556d90321f35a8cd62ea0c08..5e70e20431c428bcc2bbbf03e963d7f198ab287d 100644 (file)
@@ -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);