]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update pdumper dump_buffer hash (bug#65146).
authorBasil L. Contovounesios <contovob@tcd.ie>
Tue, 8 Aug 2023 12:57:34 +0000 (14:57 +0200)
committerBasil L. Contovounesios <contovob@tcd.ie>
Tue, 8 Aug 2023 12:57:34 +0000 (14:57 +0200)
src/pdumper.c

index 7e6047e6a95daf6c8ed03cd98ded55934f33e08c..85adf4147f93a6abc8cc2b1d5fcf7320374da739 100644 (file)
@@ -2747,7 +2747,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_6C25F9C3BC
 # error "buffer changed. See CHECK_STRUCTS comment in config.h."
 #endif
   struct buffer munged_buffer = *in_buffer;