Fix compilation with CHECK_STRUCTS
* src/pdumper.c (dump_hash_table): Update hash of Lisp_Hash_Table.
This commit is contained in:
parent
3608c5f27c
commit
172b99a43a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue