]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix compilation with CHECK_STRUCTS
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 21 Sep 2019 11:54:40 +0000 (13:54 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 22 Sep 2019 12:02:15 +0000 (14:02 +0200)
* src/pdumper.c (dump_buffer): Update hash of struct buffer.

src/pdumper.c

index 2e382145be2005ec1d3853b24c710a84079cff5f..195c5556ecb0e24e1000e9011d2141a536092601 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_E34A11C6B9
+#if CHECK_STRUCTS && !defined HASH_buffer_9F2F522174
 # error "buffer changed. See CHECK_STRUCTS comment in config.h."
 #endif
   struct buffer munged_buffer = *in_buffer;