emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7d8548a 1/2: * src/pdumper.c (dump_buffer): Update


From: Philipp Stephani
Subject: [Emacs-diffs] master 7d8548a 1/2: * src/pdumper.c (dump_buffer): Update structure hash.
Date: Sat, 5 Oct 2019 07:08:01 -0400 (EDT)

branch: master
commit 7d8548a0110560c558d79c23ce2c2f9da79ab68b
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    * src/pdumper.c (dump_buffer): Update structure hash.
---
 src/pdumper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 195c555..ca272a2 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_9F2F522174
+#if CHECK_STRUCTS && !defined HASH_buffer_375A10F5E5
 # 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]