]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update pvec_type hash for CHECK_STRUCTS
authorBasil L. Contovounesios <basil@contovou.net>
Wed, 1 May 2024 11:07:17 +0000 (13:07 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:30:40 +0000 (18:30 +0200)
This follows commit 2fa839c1886 of 2024-04-28
"(COMPILED): Rename to CLOSURE".

(cherry picked from commit f804a492bf890b53d704809bd8cf6306f9c17d76)

src/pdumper.c

index 2963efc56abf5e951310faa3059cfe9e83225cbf..65da3feff75f20cb7fb709d951283ae5283beb38 100644 (file)
@@ -3050,7 +3050,7 @@ dump_vectorlike (struct dump_context *ctx,
                  Lisp_Object lv,
                  dump_off offset)
 {
-#if CHECK_STRUCTS && !defined HASH_pvec_type_2D583AC566
+#if CHECK_STRUCTS && !defined HASH_pvec_type_99104541E2
 # error "pvec_type changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Vector *v = XVECTOR (lv);