; Update 'struct charset' hash for CHECK_STRUCTS
authorBasil L. Contovounesios <basil@contovou.net>
Thu, 25 Jan 2024 14:57:54 +0000 (15:57 +0100)
committerBasil L. Contovounesios <basil@contovou.net>
Thu, 25 Jan 2024 14:57:54 +0000 (15:57 +0100)
This follows commit 33b8d5b6c5 of 2024-01-23
"(struct charset): Remove dependency on hash-table internals".

src/pdumper.c

index 8907d25cc137a023cf902afb5b3fe35c9cb27f9d..f42d177737159bb7dc325bec0c5b802eca841995 100644 (file)
@@ -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));