From: Paul Eggert Date: Sat, 20 Apr 2019 00:35:39 +0000 (-0700) Subject: Fix another hash false alarm X-Git-Tag: emacs-27.0.90~3184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0d2ff25b08839159e8c8c72e181b325a6cc583c;p=emacs.git Fix another hash false alarm * src/pdumper.c (dump_vectorlike): Fix hash. --- diff --git a/src/pdumper.c b/src/pdumper.c index cb36f7e4b4a..5bc5bb47f4c 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2951,7 +2951,7 @@ dump_vectorlike (struct dump_context *ctx, Lisp_Object lv, dump_off offset) { -#if CHECK_STRUCTS && !defined (HASH_pvec_type_549C833A54) +#if CHECK_STRUCTS && !defined HASH_pvec_type_E55BD36F8E # error "pvec_type changed. See CHECK_STRUCTS comment." #endif const struct Lisp_Vector *v = XVECTOR (lv);