From: Philipp Stephani Date: Fri, 3 Dec 2021 08:40:15 +0000 (+0100) Subject: Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069. X-Git-Tag: emacs-28.0.91~97 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d6f82879979ee02a848bcb31b9f24a8853550e8;p=emacs.git Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069. * src/pdumper.c (dump_subr): Fix Lisp_Subr hash value. --- diff --git a/src/pdumper.c b/src/pdumper.c index a6557599038..98c760162e1 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2853,7 +2853,7 @@ dump_bool_vector (struct dump_context *ctx, const struct Lisp_Vector *v) static dump_off dump_subr (struct dump_context *ctx, const struct Lisp_Subr *subr) { -#if CHECK_STRUCTS && !defined (HASH_Lisp_Subr_AA236F7759) +#if CHECK_STRUCTS && !defined (HASH_Lisp_Subr_F09D8E8E19) # error "Lisp_Subr changed. See CHECK_STRUCTS comment in config.h." #endif struct Lisp_Subr out;