; Update 'struct charset' hash for CHECK_STRUCTS
This follows commit 33b8d5b6c5
of 2024-01-23
"(struct charset): Remove dependency on hash-table internals".
This commit is contained in:
parent
e13653ae5c
commit
a8cfe3bda8
1 changed files with 1 additions and 1 deletions
|
@ -3213,7 +3213,7 @@ dump_object_for_offset (struct dump_context *ctx, Lisp_Object object)
|
|||
static dump_off
|
||||
dump_charset (struct dump_context *ctx, int cs_i)
|
||||
{
|
||||
#if CHECK_STRUCTS && !defined (HASH_charset_317C49E291)
|
||||
#if CHECK_STRUCTS && !defined (HASH_charset_E31F4B5D96)
|
||||
# error "charset changed. See CHECK_STRUCTS comment in config.h."
|
||||
#endif
|
||||
dump_align_output (ctx, alignof (struct charset));
|
||||
|
|
Loading…
Add table
Reference in a new issue