From: Philipp Stephani Date: Sat, 29 Feb 2020 20:12:18 +0000 (+0100) Subject: Unbreak build with CHECK_STRUCTS X-Git-Tag: emacs-28.0.90~7820 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d2c82ac96a7f37e60b2b85a5c9c1d792084ab54;p=emacs.git Unbreak build with CHECK_STRUCTS * src/pdumper.c (dump_object): Fix hash for Lisp_Type after commit 202c3319a28c029d6971dccea92f92425c5e8067. --- diff --git a/src/pdumper.c b/src/pdumper.c index 0039f1a9ed8..4d81203f46f 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -3069,7 +3069,7 @@ dump_vectorlike (struct dump_context *ctx, static dump_off dump_object (struct dump_context *ctx, Lisp_Object object) { -#if CHECK_STRUCTS && !defined (HASH_Lisp_Type_E2AD97D3F7) +#if CHECK_STRUCTS && !defined (HASH_Lisp_Type_45F0582FD7) # error "Lisp_Type changed. See CHECK_STRUCTS comment in config.h." #endif eassert (!EQ (object, dead_object ()));