emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 56556b5: Fix build for --enable-checking=structs


From: Basil L. Contovounesios
Subject: master 56556b5: Fix build for --enable-checking=structs
Date: Mon, 4 Jan 2021 08:15:30 -0500 (EST)

branch: master
commit 56556b5f4d73d9c3683fa7573e6bd89f2ef37902
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Fix build for --enable-checking=structs
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 6956ee3..116cc28 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]