Unbreak build with CHECK_STRUCTS.
The hash for the Lisp_Overlay structure has changed due to the (comment-only)
commit 7ac947f34c
.
* src/pdumper.c (dump_overlay): Update struct hash.
This commit is contained in:
parent
c692bbc659
commit
6152a41190
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue