diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pdumper.c | 2 |
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); |