summaryrefslogtreecommitdiff
path: root/src/pdumper.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2020-04-01 17:26:14 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2020-04-01 17:27:11 +0200
commitb538cd88b484e54d9afa970dc7bdd93ba39ad03d (patch)
treeae6d0d969159bdc2196238fa08ad58c8570996eb /src/pdumper.c
parent953b5b4a6d2b47bd762df4edfc4764b3d518dda9 (diff)
downloademacs-b538cd88b484e54d9afa970dc7bdd93ba39ad03d.tar.gz
Fix compilation with CHECK_STRUCTS
* src/pdumper.c (dump_buffer): Update hash of struct buffer.
Diffstat (limited to 'src/pdumper.c')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
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;