diff options
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); |