From: Andreas Schwab Date: Wed, 1 Apr 2020 15:26:14 +0000 (+0200) Subject: Fix compilation with CHECK_STRUCTS X-Git-Tag: emacs-28.0.90~7678 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b538cd88b484e54d9afa970dc7bdd93ba39ad03d;p=emacs.git Fix compilation with CHECK_STRUCTS * src/pdumper.c (dump_buffer): Update hash of struct buffer. --- diff --git a/src/pdumper.c b/src/pdumper.c index b5861950c92..63424c5734a 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_375A10F5E5 +#if CHECK_STRUCTS && !defined HASH_buffer_5DC36DBD42 # error "buffer changed. See CHECK_STRUCTS comment in config.h." #endif struct buffer munged_buffer = *in_buffer;