emacs-diffs
[Top][All Lists]
Advanced

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

master b538cd8: Fix compilation with CHECK_STRUCTS


From: Andreas Schwab
Subject: master b538cd8: Fix compilation with CHECK_STRUCTS
Date: Wed, 1 Apr 2020 11:30:54 -0400 (EDT)

branch: master
commit b538cd88b484e54d9afa970dc7bdd93ba39ad03d
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 b586195..63424c5 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_375A10F5E5
+#if CHECK_STRUCTS && !defined HASH_buffer_5DC36DBD42
 # 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]