aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2023-08-08 14:57:34 +0200
committerBasil L. Contovounesios2023-08-08 14:57:34 +0200
commitd2f29bd3ce77a39a29626982fdd82cd26a19111c (patch)
tree3fa48c1ffcca33da50724a0f92de12f8a2eebeec
parent91854ceaee383f15016768699e73bdd67104b81e (diff)
downloademacs-d2f29bd3ce77a39a29626982fdd82cd26a19111c.tar.gz
emacs-d2f29bd3ce77a39a29626982fdd82cd26a19111c.zip
; Update pdumper dump_buffer hash (bug#65146).
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index 7e6047e6a95..85adf4147f9 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2747,7 +2747,7 @@ dump_hash_table (struct dump_context *ctx,
2747static dump_off 2747static dump_off
2748dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) 2748dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
2749{ 2749{
2750#if CHECK_STRUCTS && !defined HASH_buffer_85D317CE74 2750#if CHECK_STRUCTS && !defined HASH_buffer_6C25F9C3BC
2751# error "buffer changed. See CHECK_STRUCTS comment in config.h." 2751# error "buffer changed. See CHECK_STRUCTS comment in config.h."
2752#endif 2752#endif
2753 struct buffer munged_buffer = *in_buffer; 2753 struct buffer munged_buffer = *in_buffer;