From: Philipp Stephani Date: Sun, 12 Jan 2020 23:17:35 +0000 (+0100) Subject: * src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590c X-Git-Tag: emacs-28.0.90~7908^2~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6100f9a19e9d8d8e688ad8bbec2233bd6782cbde;p=emacs.git * src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590c --- diff --git a/src/pdumper.c b/src/pdumper.c index 3ee11460405..0039f1a9ed8 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2961,7 +2961,7 @@ dump_vectorlike (struct dump_context *ctx, Lisp_Object lv, dump_off offset) { -#if CHECK_STRUCTS && !defined HASH_pvec_type_E55BD36F8E +#if CHECK_STRUCTS && !defined HASH_pvec_type_A4A6E9984D # error "pvec_type changed. See CHECK_STRUCTS comment in config.h." #endif const struct Lisp_Vector *v = XVECTOR (lv);