From: Basil L. Contovounesios Date: Tue, 8 Aug 2023 12:57:34 +0000 (+0200) Subject: ; Update pdumper dump_buffer hash (bug#65146). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2f29bd3ce77a39a29626982fdd82cd26a19111c;p=emacs.git ; Update pdumper dump_buffer hash (bug#65146). --- diff --git a/src/pdumper.c b/src/pdumper.c index 7e6047e6a95..85adf4147f9 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -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;