emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6100f9a 2/2: * src/pdumper.c (dump_vectorlike): Unbreak build aft


From: Philipp Stephani
Subject: master 6100f9a 2/2: * src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590c
Date: Sun, 12 Jan 2020 18:25:22 -0500 (EST)

branch: master
commit 6100f9a19e9d8d8e688ad8bbec2233bd6782cbde
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    * src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590c
---
 src/pdumper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 3ee1146..0039f1a 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]