* src/pdumper.c (dump_vectorlike): Unbreak build after 724af76715

This commit is contained in:
Philipp Stephani 2020-01-13 00:17:35 +01:00
parent 3252f31496
commit 6100f9a19e

View file

@ -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);