Update pdumper hashes
* src/pdumper.c (dump_symbol, dump_hash_table): Update hashes.
This commit is contained in:
parent
1de87314c4
commit
00a1152fad
1 changed files with 2 additions and 2 deletions
|
@ -2465,7 +2465,7 @@ dump_symbol (struct dump_context *ctx,
|
|||
Lisp_Object object,
|
||||
dump_off offset)
|
||||
{
|
||||
#if CHECK_STRUCTS && !defined HASH_Lisp_Symbol_61B174C9F4
|
||||
#if CHECK_STRUCTS && !defined HASH_Lisp_Symbol_E0ADAF2F24
|
||||
# error "Lisp_Symbol changed. See CHECK_STRUCTS comment in config.h."
|
||||
#endif
|
||||
#if CHECK_STRUCTS && !defined (HASH_symbol_redirect_EA72E4BFF5)
|
||||
|
@ -2733,7 +2733,7 @@ dump_hash_table_contents (struct dump_context *ctx, struct Lisp_Hash_Table *h)
|
|||
static dump_off
|
||||
dump_hash_table (struct dump_context *ctx, Lisp_Object object)
|
||||
{
|
||||
#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_0360833954
|
||||
#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_6728D315B2
|
||||
# error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
|
||||
#endif
|
||||
const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);
|
||||
|
|
Loading…
Add table
Reference in a new issue