Unbreak builds with CHECK_STRUCTS.
* src/pdumper.c (dump_buffer): Fix hash for 'struct buffer'. The recent changes to that structure where commits8f3091defb
and0bd4661941
, both of which just affected comments.
This commit is contained in:
parent
77b6e9bb17
commit
1a668cda8b
1 changed files with 1 additions and 1 deletions
|
@ -2748,7 +2748,7 @@ dump_hash_table (struct dump_context *ctx,
|
||||||
static dump_off
|
static dump_off
|
||||||
dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
|
dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
|
||||||
{
|
{
|
||||||
#if CHECK_STRUCTS && !defined HASH_buffer_85D317CE74
|
#if CHECK_STRUCTS && !defined HASH_buffer_9E96D7C4B4
|
||||||
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
|
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
|
||||||
#endif
|
#endif
|
||||||
struct buffer munged_buffer = *in_buffer;
|
struct buffer munged_buffer = *in_buffer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue