projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c222b9
)
Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069.
author
Philipp Stephani
<phst@google.com>
Fri, 3 Dec 2021 08:40:15 +0000
(09:40 +0100)
committer
Philipp Stephani
<phst@google.com>
Fri, 3 Dec 2021 08:40:15 +0000
(09:40 +0100)
* src/pdumper.c (dump_subr): Fix Lisp_Subr hash value.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index a65575990384b5a9f0b679d35e8840baf1bb4d3e..98c760162e1d2dcdd04ca8167b0281a5684a77a8 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_
AA236F775
9)
+#if CHECK_STRUCTS && !defined (HASH_Lisp_Subr_
F09D8E8E1
9)
# error "Lisp_Subr changed. See CHECK_STRUCTS comment in config.h."
#endif
struct Lisp_Subr out;