]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix compilation with CHECK_STRUCTS
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 1 Apr 2020 15:26:14 +0000 (17:26 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 1 Apr 2020 15:27:11 +0000 (17:27 +0200)
* src/pdumper.c (dump_buffer): Update hash of struct buffer.

src/pdumper.c

index b5861950c9260284bd273ff71c104c49d8aaff8f..63424c5734ad21559805686e09dfa6dd30c57a61 100644 (file)
@@ -2769,7 +2769,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_375A10F5E5
+#if CHECK_STRUCTS && !defined HASH_buffer_5DC36DBD42
 # error "buffer changed. See CHECK_STRUCTS comment in config.h."
 #endif
   struct buffer munged_buffer = *in_buffer;