]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix build for --enable-checking=structs
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 4 Jan 2021 13:09:40 +0000 (13:09 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 4 Jan 2021 13:15:15 +0000 (13:15 +0000)
The last change to lisp.h only added comments in Lisp_String, so the
portable dumper need not be changed.

* src/pdumper.c (dump_string): Update hash for Lisp_String.

src/pdumper.c

index 6956ee3682928a39bf7335a55e76e901070edcc1..116cc28dbbae0eafa3e99b0ebf2e1a95e996100f 100644 (file)
@@ -2058,7 +2058,7 @@ dump_interval_tree (struct dump_context *ctx,
 static dump_off
 dump_string (struct dump_context *ctx, const struct Lisp_String *string)
 {
-#if CHECK_STRUCTS && !defined (HASH_Lisp_String_86FEA6EC7C)
+#if CHECK_STRUCTS && !defined (HASH_Lisp_String_348C2B2FDB)
 # error "Lisp_String changed. See CHECK_STRUCTS comment in config.h."
 #endif
   /* If we have text properties, write them _after_ the string so that