diff options
| author | Andreas Schwab | 2020-04-01 17:26:14 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2020-04-01 17:27:11 +0200 |
| commit | b538cd88b484e54d9afa970dc7bdd93ba39ad03d (patch) | |
| tree | ae6d0d969159bdc2196238fa08ad58c8570996eb /src | |
| parent | 953b5b4a6d2b47bd762df4edfc4764b3d518dda9 (diff) | |
| download | emacs-b538cd88b484e54d9afa970dc7bdd93ba39ad03d.tar.gz emacs-b538cd88b484e54d9afa970dc7bdd93ba39ad03d.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 b5861950c92..63424c5734a 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_375A10F5E5 | 2772 | #if CHECK_STRUCTS && !defined HASH_buffer_5DC36DBD42 |
| 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; |