]> git.eshelyaron.com Git - emacs.git/commitdiff
Unbreak build with CHECK_STRUCTS
authorPhilipp Stephani <phst@google.com>
Sat, 29 Feb 2020 20:12:18 +0000 (21:12 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 29 Feb 2020 20:12:18 +0000 (21:12 +0100)
* src/pdumper.c (dump_object): Fix hash for Lisp_Type after commit
202c3319a28c029d6971dccea92f92425c5e8067.

src/pdumper.c

index 0039f1a9ed8a4b48060ffd4b3dece9a127f47bac..4d81203f46fc3b5ee21d249da23731bda90b13dd 100644 (file)
@@ -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 ()));