projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c692bbc
)
Unbreak build with CHECK_STRUCTS.
author
Philipp Stephani
<phst@google.com>
Fri, 21 Jul 2023 16:22:34 +0000
(18:22 +0200)
committer
Philipp Stephani
<phst@google.com>
Fri, 21 Jul 2023 16:22:34 +0000
(18:22 +0200)
The hash for the Lisp_Overlay structure has changed due to the (comment-only)
commit
7ac947f34c745c61f8acc1fe2452a2c720d57a0d
.
* src/pdumper.c (dump_overlay): Update struct hash.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 4809fb5dce7837aef7c326fa32b0d3ef7366f842..6e102bcd808c3574a918b572d90517851020fe72 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2179,7
+2179,7
@@
dump_interval_node (struct dump_context *ctx, struct itree_node *node,
static dump_off
dump_overlay (struct dump_context *ctx, const struct Lisp_Overlay *overlay)
{
-#if CHECK_STRUCTS && !defined (HASH_Lisp_Overlay_
EB4C05D8D2
)
+#if CHECK_STRUCTS && !defined (HASH_Lisp_Overlay_
5F9D7E02FC
)
# error "Lisp_Overlay changed. See CHECK_STRUCTS comment in config.h."
#endif
START_DUMP_PVEC (ctx, &overlay->header, struct Lisp_Overlay, out);