]> git.eshelyaron.com Git - emacs.git/commitdiff
Unbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129d50e489058e6.
authorPhilipp Stephani <phst@google.com>
Sun, 20 Dec 2020 23:17:56 +0000 (00:17 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 20 Dec 2020 23:17:56 +0000 (00:17 +0100)
The commit only changed a comment in 'struct buffer', so the portable
dumper doesn't need to be adapted.

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

src/pdumper.c

index 0096a4d45a35f4417ad91d3233ac9c9e7b5442f2..f31e588897086dfda5aa422218cf91d4ace1a365 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_EE36B4292E
+#if CHECK_STRUCTS && !defined HASH_buffer_99D642C1CB
 # error "buffer changed. See CHECK_STRUCTS comment in config.h."
 #endif
   struct buffer munged_buffer = *in_buffer;