projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77b6e9b
)
Unbreak builds with CHECK_STRUCTS.
author
Philipp Stephani
<phst@google.com>
Thu, 7 Sep 2023 09:30:52 +0000
(11:30 +0200)
committer
Philipp Stephani
<phst@google.com>
Thu, 7 Sep 2023 09:33:37 +0000
(11:33 +0200)
* src/pdumper.c (dump_buffer): Fix hash for 'struct buffer'. The
recent changes to that structure where commits
8f3091defb3ec4396ccea563f67c005044b822ca
and
0bd46619413e83fe3c85c8a1dfbf5e20dfce8605
, both of which just affected
comments.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 6e102bcd808c3574a918b572d90517851020fe72..9347d51813e98f7c6fdc439cc791eec6d04708c8 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2748,7
+2748,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_
85D317CE7
4
+#if CHECK_STRUCTS && !defined HASH_buffer_
9E96D7C4B
4
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
#endif
struct buffer munged_buffer = *in_buffer;