emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2cc9c45: Fix compilation with CHECK_STRUCTS


From: Andreas Schwab
Subject: [Emacs-diffs] master 2cc9c45: Fix compilation with CHECK_STRUCTS
Date: Sun, 22 Sep 2019 08:02:41 -0400 (EDT)

branch: master
commit 2cc9c45e447bb8a89446a1cd6d3f247a4d01c822
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>

    Fix compilation with CHECK_STRUCTS
    
    * src/pdumper.c (dump_buffer): Update hash of struct buffer.
---
 src/pdumper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 2e38214..195c555 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2769,7 +2769,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_E34A11C6B9
+#if CHECK_STRUCTS && !defined HASH_buffer_9F2F522174
 # 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]