Skip to content

Commit

Permalink
Fix compilation with CHECK_STRUCTS
Browse files Browse the repository at this point in the history
* src/pdumper.c (dump_hash_table): Update hash of Lisp_Hash_Table.
  • Loading branch information
andreas-schwab committed Aug 31, 2019
1 parent 3608c5f commit 172b99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdumper.c
Expand Up @@ -2696,7 +2696,7 @@ dump_hash_table (struct dump_context *ctx,
Lisp_Object object,
dump_off offset)
{
#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_BB1ACF756E
#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_12AFBF47AF
# error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
#endif
const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);
Expand Down

0 comments on commit 172b99a

Please sign in to comment.