From: Basil L. Contovounesios Date: Thu, 25 Jan 2024 14:57:54 +0000 (+0100) Subject: ; Update 'struct charset' hash for CHECK_STRUCTS X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~2827 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a8cfe3bda8b8008071818d6ac5e5103002ed6c08;p=emacs.git ; Update 'struct charset' hash for CHECK_STRUCTS This follows commit 33b8d5b6c5 of 2024-01-23 "(struct charset): Remove dependency on hash-table internals". --- diff --git a/src/pdumper.c b/src/pdumper.c index 8907d25cc13..f42d1777371 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -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));