1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00

Fix compilation with CHECK_STRUCTS

* src/pdumper.c (dump_buffer): Update hash of struct buffer.
This commit is contained in:
Andreas Schwab 2019-09-21 13:54:40 +02:00
parent e1a45c26c4
commit 2cc9c45e44

View file

@ -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;