From: Eli Zaretskii Date: Mon, 5 Aug 2019 16:15:08 +0000 (+0300) Subject: Fix compilation with CHECK_STRUCTS X-Git-Tag: emacs-27.0.90~1695 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81b34c45c6e9a8e9ad344dc498a111273adc388e;p=emacs.git Fix compilation with CHECK_STRUCTS * src/pdumper.c (dump_hash_table): Update hash of HASH_Lisp_Hash_Table. (Bug#36929) --- diff --git a/src/pdumper.c b/src/pdumper.c index 31f4f33adf3..e0ddc1c8088 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_EF95ED06FF +#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_BB1ACF756E # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h." #endif const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);