Unbreak build after 9c222b9c1a
.
* src/pdumper.c (dump_subr): Fix Lisp_Subr hash value.
This commit is contained in:
parent
9c222b9c1a
commit
5d6f828799
1 changed files with 1 additions and 1 deletions
|
@ -2853,7 +2853,7 @@ dump_bool_vector (struct dump_context *ctx, const struct Lisp_Vector *v)
|
|||
static dump_off
|
||||
dump_subr (struct dump_context *ctx, const struct Lisp_Subr *subr)
|
||||
{
|
||||
#if CHECK_STRUCTS && !defined (HASH_Lisp_Subr_AA236F7759)
|
||||
#if CHECK_STRUCTS && !defined (HASH_Lisp_Subr_F09D8E8E19)
|
||||
# error "Lisp_Subr changed. See CHECK_STRUCTS comment in config.h."
|
||||
#endif
|
||||
struct Lisp_Subr out;
|
||||
|
|
Loading…
Add table
Reference in a new issue