; * src/pdumper.c (dump_hash_table): Adjust hash; bitfields changed.

This commit is contained in:
Pip Cet 2025-01-22 19:50:31 +00:00
parent 34166dcf9c
commit bf55eb1a8a

View file

@ -2736,7 +2736,7 @@ dump_hash_table_contents (struct dump_context *ctx, struct Lisp_Hash_Table *h)
static dump_off
dump_hash_table (struct dump_context *ctx, Lisp_Object object)
{
#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_0360833954
#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_267C58D687
# error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
#endif
const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);