From: Basil L. Contovounesios Date: Sun, 12 Feb 2023 21:07:45 +0000 (+0000) Subject: ; * src/pdumper.c (dump_buffer): Update hash. X-Git-Tag: emacs-29.0.90~439 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f49caaa8925;p=emacs.git ; * src/pdumper.c (dump_buffer): Update hash. This follows commit 8f3091defb3 of 2023-02-12 "; Fix typo in buffer.h". --- diff --git a/src/pdumper.c b/src/pdumper.c index 800fc2e9d05..4809fb5dce7 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2748,7 +2748,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_DB34E5D09F +#if CHECK_STRUCTS && !defined HASH_buffer_85D317CE74 # error "buffer changed. See CHECK_STRUCTS comment in config.h." #endif struct buffer munged_buffer = *in_buffer;