[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/igc eea1c286d7e: * src/pdumper.c (dump_vectorlike): Fix pvec_typ
From: |
Stefan Kangas |
Subject: |
scratch/igc eea1c286d7e: * src/pdumper.c (dump_vectorlike): Fix pvec_type struct hash. |
Date: |
Wed, 8 Jan 2025 02:03:57 -0500 (EST) |
branch: scratch/igc
commit eea1c286d7e9878b3b6fb427fc983b452ee2f2f0
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
* src/pdumper.c (dump_vectorlike): Fix pvec_type struct hash.
---
src/pdumper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pdumper.c b/src/pdumper.c
index fd97afb3c7f..cda074ea591 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -3148,7 +3148,7 @@ dump_vectorlike (struct dump_context *ctx,
Lisp_Object lv,
dump_off offset)
{
-#if CHECK_STRUCTS && !defined HASH_pvec_type_914166A3B4
+#if CHECK_STRUCTS && !defined HASH_pvec_type_1C9DBCD69F
# error "pvec_type changed. See CHECK_STRUCTS comment in config.h."
#endif
const struct Lisp_Vector *v = XVECTOR (lv);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- scratch/igc eea1c286d7e: * src/pdumper.c (dump_vectorlike): Fix pvec_type struct hash.,
Stefan Kangas <=