]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update 'struct charset' hash for CHECK_STRUCTS
authorBasil L. Contovounesios <basil@contovou.net>
Thu, 25 Jan 2024 14:57:54 +0000 (15:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 18:06:43 +0000 (19:06 +0100)
This follows commit 33b8d5b6c5 of 2024-01-23
"(struct charset): Remove dependency on hash-table internals".

(cherry picked from commit a8cfe3bda8b8008071818d6ac5e5103002ed6c08)

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));