]> git.eshelyaron.com Git - emacs.git/commitdiff
Unbreak compilation with CHECK_STRUCTS.
authorPhilipp Stephani <phst@google.com>
Sun, 22 Nov 2020 22:22:50 +0000 (23:22 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 22 Nov 2020 22:22:50 +0000 (23:22 +0100)
Commit 3963aea4f4a22da0c1fb8ca8ca80b59c58373811 modified the ‘buffer’
structure, but didn’t adapt the hash.

* src/pdumper.c (dump_buffer): Update buffer hash.

src/pdumper.c

index b5b4050b93d98b10bfbd2a6a2c15db14efb8c527..0096a4d45a35f4417ad91d3233ac9c9e7b5442f2 100644 (file)
@@ -2692,7 +2692,7 @@ dump_hash_table (struct dump_context *ctx,
 static dump_off
 dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
 {
-#if CHECK_STRUCTS && !defined HASH_buffer_5DC36DBD42
+#if CHECK_STRUCTS && !defined HASH_buffer_EE36B4292E
 # error "buffer changed. See CHECK_STRUCTS comment in config.h."
 #endif
   struct buffer munged_buffer = *in_buffer;