aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2019-08-31 12:39:16 +0200
committerAndreas Schwab2019-08-31 12:41:53 +0200
commit172b99a43ab60dac29eb09231246793a1ab32343 (patch)
tree21c3d72f2a9c515baad1cf2ed966a83025fb090e /src
parent3608c5f27cf9a2913a5fcc854acc267eceaa8fe2 (diff)
downloademacs-172b99a43ab60dac29eb09231246793a1ab32343.tar.gz
emacs-172b99a43ab60dac29eb09231246793a1ab32343.zip
Fix compilation with CHECK_STRUCTS
* src/pdumper.c (dump_hash_table): Update hash of Lisp_Hash_Table.
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index 73a50cee53a..5e70e20431c 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2696,7 +2696,7 @@ dump_hash_table (struct dump_context *ctx,
2696 Lisp_Object object, 2696 Lisp_Object object,
2697 dump_off offset) 2697 dump_off offset)
2698{ 2698{
2699#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_BB1ACF756E 2699#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_12AFBF47AF
2700# error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h." 2700# error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
2701#endif 2701#endif
2702 const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object); 2702 const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);