summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2019-09-21 13:54:40 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2019-09-22 14:02:15 +0200
commit2cc9c45e447bb8a89446a1cd6d3f247a4d01c822 (patch)
tree542f90fdc578b25462850cf18335c96abe00994d
parente1a45c26c4b951d1d2407c2f3075164866d8a0ea (diff)
downloademacs-2cc9c45e447bb8a89446a1cd6d3f247a4d01c822.tar.gz
Fix compilation with CHECK_STRUCTS
* src/pdumper.c (dump_buffer): Update hash of struct buffer.
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index 2e382145be2..195c5556ecb 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_E34A11C6B9
+#if CHECK_STRUCTS && !defined HASH_buffer_9F2F522174
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
#endif
struct buffer munged_buffer = *in_buffer;