projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4ed7e0
)
Fix build for --enable-checking=structs
author
Basil L. Contovounesios
<contovob@tcd.ie>
Wed, 20 Apr 2022 09:52:22 +0000
(12:52 +0300)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Wed, 20 Apr 2022 09:52:22 +0000
(12:52 +0300)
* src/pdumper.c (dump_subr): Update Lisp_Subr hash after last change
of 2022-04-18 "Port struct Lisp_Subr to C99".
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 0b74e6431fefc052a74e4fe0791217ca9e266d92..5923d9b1d829e331d339337e517b37854964b00e 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-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_
A212A8F82A
)
+#if CHECK_STRUCTS && !defined (HASH_Lisp_Subr_
20B7443AD7
)
# error "Lisp_Subr changed. See CHECK_STRUCTS comment in config.h."
#endif
struct Lisp_Subr out;