]> git.eshelyaron.com Git - emacs.git/commitdiff
Unbreak compilation with CHECK_STRUCTS defined.
authorPhilipp Stephani <phst@google.com>
Sun, 31 May 2020 17:50:04 +0000 (19:50 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 31 May 2020 17:50:04 +0000 (19:50 +0200)
* src/pdumper.c (dump_float): Update hash value after commit
9f7bfb6cb06f1480a0904184cabf187e03628e55.  The struct layout is still
compatible.

src/pdumper.c

index bac6900cd1ae93fceef5ebf79c7cca681a40a8b1..7f6876666be063268e09d8d03a63be6655dad0da 100644 (file)
@@ -2239,7 +2239,7 @@ dump_bignum (struct dump_context *ctx, Lisp_Object object)
 static dump_off
 dump_float (struct dump_context *ctx, const struct Lisp_Float *lfloat)
 {
-#if CHECK_STRUCTS && !defined (HASH_Lisp_Float_50A7B216D9)
+#if CHECK_STRUCTS && !defined (HASH_Lisp_Float_7E7D284C02)
 # error "Lisp_Float changed. See CHECK_STRUCTS comment in config.h."
 #endif
   eassert (ctx->header.cold_start);