]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pdumper.c (dump_buffer): Update structure hash.
authorPhilipp Stephani <phst@google.com>
Sat, 5 Oct 2019 10:34:13 +0000 (12:34 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 5 Oct 2019 10:36:50 +0000 (12:36 +0200)
src/pdumper.c

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