; src/pdumper.c (dump_hash_table): Bump CHECK_STRUCTS hash.

This commit is contained in:
Pip Cet 2025-02-01 17:08:27 +00:00
parent 4eabfd68c9
commit 5a5706f943

View file

@ -2737,7 +2737,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_267C58D687
#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_2A3C3E2B62
# error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
#endif
const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);