aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2019-09-21 13:54:40 +0200
committerAndreas Schwab2019-09-22 14:02:15 +0200
commit2cc9c45e447bb8a89446a1cd6d3f247a4d01c822 (patch)
tree542f90fdc578b25462850cf18335c96abe00994d
parente1a45c26c4b951d1d2407c2f3075164866d8a0ea (diff)
downloademacs-2cc9c45e447bb8a89446a1cd6d3f247a4d01c822.tar.gz
emacs-2cc9c45e447bb8a89446a1cd6d3f247a4d01c822.zip
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,
2769static dump_off 2769static dump_off
2770dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) 2770dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
2771{ 2771{
2772#if CHECK_STRUCTS && !defined HASH_buffer_E34A11C6B9 2772#if CHECK_STRUCTS && !defined HASH_buffer_9F2F522174
2773# error "buffer changed. See CHECK_STRUCTS comment in config.h." 2773# error "buffer changed. See CHECK_STRUCTS comment in config.h."
2774#endif 2774#endif
2775 struct buffer munged_buffer = *in_buffer; 2775 struct buffer munged_buffer = *in_buffer;