From: Andreas Schwab Date: Sat, 16 Sep 2023 07:07:26 +0000 (+0200) Subject: Update pdumper hashes X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9efc9aa0febda17bfcb3d0c1a1f1ee36582d9e4;p=emacs.git Update pdumper hashes * src/pdumper.c (dump_vectorlike_generic, dump_vectorlike) (dump_buffer): Update hash. --- diff --git a/src/pdumper.c b/src/pdumper.c index fff7313ae85..ce4faefdaea 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -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);