diff options
| author | Pip Cet | 2025-02-01 17:08:27 +0000 |
|---|---|---|
| committer | Pip Cet | 2025-02-01 17:08:27 +0000 |
| commit | 5a5706f943ae2677c6d73fed8de11affd3ef04aa (patch) | |
| tree | 513a7b4f96e31a5f43f83df47a61a5e314a076f0 /src | |
| parent | 4eabfd68c91185909be307435e5db8b8f0fb4102 (diff) | |
| download | emacs-5a5706f943ae2677c6d73fed8de11affd3ef04aa.tar.gz emacs-5a5706f943ae2677c6d73fed8de11affd3ef04aa.zip | |
; src/pdumper.c (dump_hash_table): Bump CHECK_STRUCTS hash.
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 20f2c426c53..dee13fb9a81 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2737,7 +2737,7 @@ dump_hash_table_contents (struct dump_context *ctx, struct Lisp_Hash_Table *h) | |||
| 2737 | static dump_off | 2737 | static dump_off |
| 2738 | dump_hash_table (struct dump_context *ctx, Lisp_Object object) | 2738 | dump_hash_table (struct dump_context *ctx, Lisp_Object object) |
| 2739 | { | 2739 | { |
| 2740 | #if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_267C58D687 | 2740 | #if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_2A3C3E2B62 |
| 2741 | # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h." | 2741 | # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h." |
| 2742 | #endif | 2742 | #endif |
| 2743 | const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object); | 2743 | const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object); |