]> git.eshelyaron.com Git - emacs.git/commitdiff
Update pdumper hashes
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 16 Sep 2023 07:07:26 +0000 (09:07 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 16 Sep 2023 07:18:25 +0000 (09:18 +0200)
* src/pdumper.c (dump_vectorlike_generic, dump_vectorlike)
(dump_buffer): Update hash.

src/pdumper.c

index fff7313ae85f47922d75a123deb0186d214a368f..ce4faefdaeafcd0c6b830b354acce571265c5d74 100644 (file)
@@ -2555,7 +2555,7 @@ static dump_off
 dump_vectorlike_generic (struct dump_context *ctx,
                         const union vectorlike_header *header)
 {
-#if CHECK_STRUCTS && !defined (HASH_vectorlike_header_00A5A4BFB2)
+#if CHECK_STRUCTS && !defined (HASH_vectorlike_header_785E52047B)
 # error "vectorlike_header changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Vector *v = (const struct Lisp_Vector *) header;
@@ -2747,7 +2747,7 @@ dump_hash_table (struct dump_context *ctx,
 static dump_off
 dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
 {
-#if CHECK_STRUCTS && !defined HASH_buffer_9E96D7C4B4
+#if CHECK_STRUCTS && !defined HASH_buffer_EB0A5191C5
 # error "buffer changed. See CHECK_STRUCTS comment in config.h."
 #endif
   struct buffer munged_buffer = *in_buffer;
@@ -2998,7 +2998,7 @@ dump_vectorlike (struct dump_context *ctx,
                  Lisp_Object lv,
                  dump_off offset)
 {
-#if CHECK_STRUCTS && !defined HASH_pvec_type_5F2059C47E
+#if CHECK_STRUCTS && !defined HASH_pvec_type_D8A254BC70
 # error "pvec_type changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Vector *v = XVECTOR (lv);