diff options
| author | Pip Cet | 2024-08-22 05:48:43 +0000 |
|---|---|---|
| committer | Stefan Kangas | 2024-12-12 22:48:15 +0100 |
| commit | 00a1152fad510d56cec813ba008f854cfceb163e (patch) | |
| tree | 3dc78e1a77237e35d843ab7f8bc3eb4ba02cfd9f /src | |
| parent | 1de87314c4c3cd01526e31bb805e2857fe749485 (diff) | |
| download | emacs-00a1152fad510d56cec813ba008f854cfceb163e.tar.gz emacs-00a1152fad510d56cec813ba008f854cfceb163e.zip | |
Update pdumper hashes
* src/pdumper.c (dump_symbol, dump_hash_table): Update hashes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/pdumper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdumper.c b/src/pdumper.c index 40798ff48e9..f9d74f87fb4 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2465,7 +2465,7 @@ dump_symbol (struct dump_context *ctx, | |||
| 2465 | Lisp_Object object, | 2465 | Lisp_Object object, |
| 2466 | dump_off offset) | 2466 | dump_off offset) |
| 2467 | { | 2467 | { |
| 2468 | #if CHECK_STRUCTS && !defined HASH_Lisp_Symbol_61B174C9F4 | 2468 | #if CHECK_STRUCTS && !defined HASH_Lisp_Symbol_E0ADAF2F24 |
| 2469 | # error "Lisp_Symbol changed. See CHECK_STRUCTS comment in config.h." | 2469 | # error "Lisp_Symbol changed. See CHECK_STRUCTS comment in config.h." |
| 2470 | #endif | 2470 | #endif |
| 2471 | #if CHECK_STRUCTS && !defined (HASH_symbol_redirect_EA72E4BFF5) | 2471 | #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) | |||
| 2733 | static dump_off | 2733 | static dump_off |
| 2734 | dump_hash_table (struct dump_context *ctx, Lisp_Object object) | 2734 | dump_hash_table (struct dump_context *ctx, Lisp_Object object) |
| 2735 | { | 2735 | { |
| 2736 | #if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_0360833954 | 2736 | #if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_6728D315B2 |
| 2737 | # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h." | 2737 | # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h." |
| 2738 | #endif | 2738 | #endif |
| 2739 | const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object); | 2739 | const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object); |