From: Philipp Stephani Date: Sat, 5 Oct 2019 10:34:13 +0000 (+0200) Subject: * src/pdumper.c (dump_buffer): Update structure hash. X-Git-Tag: emacs-27.0.90~1271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d8548a0110560c558d79c23ce2c2f9da79ab68b;p=emacs.git * src/pdumper.c (dump_buffer): Update structure hash. --- diff --git a/src/pdumper.c b/src/pdumper.c index 195c5556ecb..ca272a2e7f7 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;