emacs-diffs
[Top][All Lists]
Advanced

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

master edd949a: Unbreak compilation with CHECK_STRUCTS.


From: Philipp Stephani
Subject: master edd949a: Unbreak compilation with CHECK_STRUCTS.
Date: Sun, 22 Nov 2020 17:26:00 -0500 (EST)

branch: master
commit edd949a3eb8907eed84eab30e170cc138a5b2d41
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Unbreak compilation with CHECK_STRUCTS.
    
    Commit 3963aea4f4a22da0c1fb8ca8ca80b59c58373811 modified the ‘buffer’
    structure, but didn’t adapt the hash.
    
    * src/pdumper.c (dump_buffer): Update buffer hash.
---
 src/pdumper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index b5b4050..0096a4d 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2692,7 +2692,7 @@ dump_hash_table (struct dump_context *ctx,
 static dump_off
 dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
 {
-#if CHECK_STRUCTS && !defined HASH_buffer_5DC36DBD42
+#if CHECK_STRUCTS && !defined HASH_buffer_EE36B4292E
 # error "buffer changed. See CHECK_STRUCTS comment in config.h."
 #endif
   struct buffer munged_buffer = *in_buffer;



reply via email to

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