feature/igc3 d9fe9a9a59b 5/5: Update struct hashes

Helmut Eller <[email protected]>
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: feature/igc3
commit d9fe9a9a59b70fd99d08fa08ec6107c8b9a181f2
Author: Helmut Eller <[email protected]>
Commit: Helmut Eller <[email protected]>

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

diff --git a/src/igc.c b/src/igc.c
index 3e0a3d839ea..1f581ab5256 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -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..84123cc74e3 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -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.