]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update Lisp_Obarray hash for CHECK_STRUCTS
authorBasil L. Contovounesios <basil@contovou.net>
Wed, 28 Feb 2024 10:35:04 +0000 (11:35 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:53:55 +0000 (18:53 +0100)
This follows commit 462d8ba813 of 2024-02-23
"Add a proper type for obarrays".

(cherry picked from commit 3412b64ac8851a0fa8e55c6319d2e710ae27a74c)

src/pdumper.c

index ca457858219b9e75d7f798c507bf7415b98bc586..f0bce09cbde06b93a514a4c30594ac43d47a42e7 100644 (file)
@@ -2774,8 +2774,8 @@ dump_obarray_buckets (struct dump_context *ctx, const struct Lisp_Obarray *o)
 static dump_off
 dump_obarray (struct dump_context *ctx, Lisp_Object object)
 {
-#if CHECK_STRUCTS && !defined HASH_Lisp_Obarray_XXXXXXXXXX
-# error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
+#if CHECK_STRUCTS && !defined HASH_Lisp_Obarray_D2757E61AD
+# error "Lisp_Obarray changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Obarray *in_oa = XOBARRAY (object);
   struct Lisp_Obarray munged_oa = *in_oa;
@@ -3049,7 +3049,7 @@ dump_vectorlike (struct dump_context *ctx,
                  Lisp_Object lv,
                  dump_off offset)
 {
-#if CHECK_STRUCTS && !defined HASH_pvec_type_D8A254BC70
+#if CHECK_STRUCTS && !defined HASH_pvec_type_2D583AC566
 # error "pvec_type changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Vector *v = XVECTOR (lv);