projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab0e73
)
Unbreak build with CHECK_STRUCTS
author
Philipp Stephani
<phst@google.com>
Sat, 29 Feb 2020 20:12:18 +0000
(21:12 +0100)
committer
Philipp Stephani
<phst@google.com>
Sat, 29 Feb 2020 20:12:18 +0000
(21:12 +0100)
* src/pdumper.c (dump_object): Fix hash for Lisp_Type after commit
202c3319a28c029d6971dccea92f92425c5e8067
.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 0039f1a9ed8a4b48060ffd4b3dece9a127f47bac..4d81203f46fc3b5ee21d249da23731bda90b13dd 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-3069,7
+3069,7
@@
dump_vectorlike (struct dump_context *ctx,
static dump_off
dump_object (struct dump_context *ctx, Lisp_Object object)
{
-#if CHECK_STRUCTS && !defined (HASH_Lisp_Type_
E2AD97D3F
7)
+#if CHECK_STRUCTS && !defined (HASH_Lisp_Type_
45F0582FD
7)
# error "Lisp_Type changed. See CHECK_STRUCTS comment in config.h."
#endif
eassert (!EQ (object, dead_object ()));