diff options
| author | Philipp Stephani | 2019-10-05 12:34:13 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2019-10-05 12:36:50 +0200 |
| commit | 7d8548a0110560c558d79c23ce2c2f9da79ab68b (patch) | |
| tree | 0a34336d3e1b5d8196ff5e28607a1a91d0bf4d37 /src | |
| parent | efd51ed04cf28a9b82334f3d4858080838e1f491 (diff) | |
| download | emacs-7d8548a0110560c558d79c23ce2c2f9da79ab68b.tar.gz emacs-7d8548a0110560c558d79c23ce2c2f9da79ab68b.zip | |
* src/pdumper.c (dump_buffer): Update structure 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 195c5556ecb..ca272a2e7f7 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_9F2F522174 | 2772 | #if CHECK_STRUCTS && !defined HASH_buffer_375A10F5E5 |
| 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; |