]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590c
authorPhilipp Stephani <phst@google.com>
Sun, 12 Jan 2020 23:17:35 +0000 (00:17 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 12 Jan 2020 23:17:35 +0000 (00:17 +0100)
src/pdumper.c

index 3ee11460405dd674989607935f8edb31d85347d7..0039f1a9ed8a4b48060ffd4b3dece9a127f47bac 100644 (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);