* src/pdumper.c (dump_vectorlike): Unbreak build after 724af76715
This commit is contained in:
parent
3252f31496
commit
6100f9a19e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue