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:
parent
e1a45c26c4
commit
2cc9c45e44
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue