aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Stephani2020-12-21 00:17:56 +0100
committerPhilipp Stephani2020-12-21 00:17:56 +0100
commit174607e5ff014fb68bea4945f6199e8da1261788 (patch)
treece1ffe2db1339ed5cbacd5998372d9c7d321379d /src
parent537e96f6ac58099d3f422eac9d78d54716aeb014 (diff)
downloademacs-174607e5ff014fb68bea4945f6199e8da1261788.tar.gz
emacs-174607e5ff014fb68bea4945f6199e8da1261788.zip
Unbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129d50e489058e6.
The commit only changed a comment in 'struct buffer', so the portable dumper doesn't need to be adapted. * src/pdumper.c (dump_buffer): Update hash for 'struct buffer'.
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index 0096a4d45a3..f31e5888970 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2692,7 +2692,7 @@ dump_hash_table (struct dump_context *ctx,
2692static dump_off 2692static dump_off
2693dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) 2693dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
2694{ 2694{
2695#if CHECK_STRUCTS && !defined HASH_buffer_EE36B4292E 2695#if CHECK_STRUCTS && !defined HASH_buffer_99D642C1CB
2696# error "buffer changed. See CHECK_STRUCTS comment in config.h." 2696# error "buffer changed. See CHECK_STRUCTS comment in config.h."
2697#endif 2697#endif
2698 struct buffer munged_buffer = *in_buffer; 2698 struct buffer munged_buffer = *in_buffer;