From: Philipp Stephani Date: Sun, 20 Dec 2020 23:17:56 +0000 (+0100) Subject: Unbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129d50e489058e6. X-Git-Tag: emacs-28.0.90~4640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=174607e5ff014fb68bea4945f6199e8da1261788;p=emacs.git Unbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129d50e489058e6. The commit only changed a comment in 'struct buffer', so the portable dumper doesn't need to be adapted. * src/pdumper.c (dump_buffer): Update hash for 'struct buffer'. --- diff --git a/src/pdumper.c b/src/pdumper.c index 0096a4d45a3..f31e5888970 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2692,7 +2692,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_EE36B4292E +#if CHECK_STRUCTS && !defined HASH_buffer_99D642C1CB # error "buffer changed. See CHECK_STRUCTS comment in config.h." #endif struct buffer munged_buffer = *in_buffer;