emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 1a668cda8bc: Unbreak builds with CHECK_STRUCTS.


From: Philipp Stephani
Subject: emacs-29 1a668cda8bc: Unbreak builds with CHECK_STRUCTS.
Date: Thu, 7 Sep 2023 05:33:46 -0400 (EDT)

branch: emacs-29
commit 1a668cda8bc86755edd3ed7260012f312cadbaf3
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Unbreak builds with CHECK_STRUCTS.
    
    * src/pdumper.c (dump_buffer): Fix hash for 'struct buffer'.  The
    recent changes to that structure where commits
    8f3091defb3ec4396ccea563f67c005044b822ca and
    0bd46619413e83fe3c85c8a1dfbf5e20dfce8605, both of which just affected
    comments.
---
 src/pdumper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 6e102bcd808..9347d51813e 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2748,7 +2748,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_85D317CE74
+#if CHECK_STRUCTS && !defined HASH_buffer_9E96D7C4B4
 # 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]