diff options
| author | Andreas Schwab | 2019-09-21 13:54:40 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2019-09-22 14:02:15 +0200 |
| commit | 2cc9c45e447bb8a89446a1cd6d3f247a4d01c822 (patch) | |
| tree | 542f90fdc578b25462850cf18335c96abe00994d /src | |
| parent | e1a45c26c4b951d1d2407c2f3075164866d8a0ea (diff) | |
| download | emacs-2cc9c45e447bb8a89446a1cd6d3f247a4d01c822.tar.gz emacs-2cc9c45e447bb8a89446a1cd6d3f247a4d01c822.zip | |
Fix compilation with CHECK_STRUCTS
* src/pdumper.c (dump_buffer): Update hash of struct buffer.
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 2e382145be2..195c5556ecb 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2769,7 +2769,7 @@ dump_hash_table (struct dump_context *ctx, | |||
| 2769 | static dump_off | 2769 | static dump_off |
| 2770 | dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) | 2770 | dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) |
| 2771 | { | 2771 | { |
| 2772 | #if CHECK_STRUCTS && !defined HASH_buffer_E34A11C6B9 | 2772 | #if CHECK_STRUCTS && !defined HASH_buffer_9F2F522174 |
| 2773 | # error "buffer changed. See CHECK_STRUCTS comment in config.h." | 2773 | # error "buffer changed. See CHECK_STRUCTS comment in config.h." |
| 2774 | #endif | 2774 | #endif |
| 2775 | struct buffer munged_buffer = *in_buffer; | 2775 | struct buffer munged_buffer = *in_buffer; |