diff options
| author | Pip Cet | 2025-01-22 19:50:31 +0000 |
|---|---|---|
| committer | Pip Cet | 2025-01-22 19:50:31 +0000 |
| commit | bf55eb1a8ae95051ac5c8a646b2a106053d7b1b7 (patch) | |
| tree | 96f417c7a8d925835ff1223f7a216e04abb61860 /src | |
| parent | 34166dcf9cbd961d4f53ce9029e179a21a12c001 (diff) | |
| download | emacs-bf55eb1a8ae95051ac5c8a646b2a106053d7b1b7.tar.gz emacs-bf55eb1a8ae95051ac5c8a646b2a106053d7b1b7.zip | |
; * src/pdumper.c (dump_hash_table): Adjust hash; bitfields changed.
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 174dfdb47ef..e7e6e2c392c 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2736,7 +2736,7 @@ dump_hash_table_contents (struct dump_context *ctx, struct Lisp_Hash_Table *h) | |||
| 2736 | static dump_off | 2736 | static dump_off |
| 2737 | dump_hash_table (struct dump_context *ctx, Lisp_Object object) | 2737 | dump_hash_table (struct dump_context *ctx, Lisp_Object object) |
| 2738 | { | 2738 | { |
| 2739 | #if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_0360833954 | 2739 | #if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_267C58D687 |
| 2740 | # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h." | 2740 | # error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h." |
| 2741 | #endif | 2741 | #endif |
| 2742 | const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object); | 2742 | const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object); |