scratch/igc/weak-undo-list 8f04fd5d861: Update struct hashes

Helmut Eller <[email protected]>
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: scratch/igc/weak-undo-list
commit 8f04fd5d86157ef8137a5fdb3808b1c38bf801a1
Author: Helmut Eller <[email protected]>
Commit: Helmut Eller <[email protected]>

    Update struct hashes
---
 src/igc.c     | 4 ++--
 src/pdumper.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/igc.c b/src/igc.c
index d6d5ecefc86..85ac54bb495 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -124,7 +124,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>. */
 # ifndef HASH_Lisp_String_D08B4A1DD1
 #  error "struct Lisp_String changed"
 # endif
-# ifndef HASH_Lisp_Marker_123009D29E
+# ifndef HASH_Lisp_Marker_AEA53151E8
 #  error "struct Lisp_Marker changed"
 # endif
 # ifndef HASH_itree_node_8AF9E94FBA
@@ -157,7 +157,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>. */
 # ifndef HASH_vectorlike_header_AF1B22D957
 #  error "struct vectorlike_header changed"
 # endif
-# ifndef HASH_Lisp_Hash_Table_825D844598
+# ifndef HASH_Lisp_Hash_Table_D082C20BC0
 #  error "struct Lisp_Hash_Table changed"
 # endif
 # ifndef HASH_Lisp_Weak_Hash_Table_7C5D3EDAD7
diff --git a/src/pdumper.c b/src/pdumper.c
index 69be8840adb..b2532103c5f 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2235,7 +2235,7 @@ dump_string (struct dump_context *ctx, const struct Lisp_String *string)
 static dump_off
 dump_marker (struct dump_context *ctx, const struct Lisp_Marker *marker)
 {
-#if CHECK_STRUCTS && !defined HASH_Lisp_Marker_123009D29E
+#if CHECK_STRUCTS && !defined HASH_Lisp_Marker_AEA53151E8
 # error "Lisp_Marker changed. See CHECK_STRUCTS comment in config.h."
 #endif
 
@@ -2896,7 +2896,7 @@ dump_hash_table_kv_part (struct dump_context *ctx,
 static dump_off
 dump_hash_table (struct dump_context *ctx, Lisp_Object object)
 {
-#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_825D844598
+#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_D082C20BC0
 # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
 #endif
   const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.