aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index 0039f1a9ed8..4d81203f46f 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -3069,7 +3069,7 @@ dump_vectorlike (struct dump_context *ctx,
3069static dump_off 3069static dump_off
3070dump_object (struct dump_context *ctx, Lisp_Object object) 3070dump_object (struct dump_context *ctx, Lisp_Object object)
3071{ 3071{
3072#if CHECK_STRUCTS && !defined (HASH_Lisp_Type_E2AD97D3F7) 3072#if CHECK_STRUCTS && !defined (HASH_Lisp_Type_45F0582FD7)
3073# error "Lisp_Type changed. See CHECK_STRUCTS comment in config.h." 3073# error "Lisp_Type changed. See CHECK_STRUCTS comment in config.h."
3074#endif 3074#endif
3075 eassert (!EQ (object, dead_object ())); 3075 eassert (!EQ (object, dead_object ()));