From: Andreas Schwab Date: Sat, 31 Aug 2019 10:39:16 +0000 (+0200) Subject: Fix compilation with CHECK_STRUCTS X-Git-Tag: emacs-27.0.90~1328^2~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=172b99a43ab60dac29eb09231246793a1ab32343;p=emacs.git Fix compilation with CHECK_STRUCTS * src/pdumper.c (dump_hash_table): Update hash of Lisp_Hash_Table. --- diff --git a/src/pdumper.c b/src/pdumper.c index 73a50cee53a..5e70e20431c 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);