projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3252f31
)
* src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590c
author
Philipp Stephani
<phst@google.com>
Sun, 12 Jan 2020 23:17:35 +0000
(
00:17
+0100)
committer
Philipp Stephani
<phst@google.com>
Sun, 12 Jan 2020 23:17:35 +0000
(
00:17
+0100)
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 3ee11460405dd674989607935f8edb31d85347d7..0039f1a9ed8a4b48060ffd4b3dece9a127f47bac 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2961,7
+2961,7
@@
dump_vectorlike (struct dump_context *ctx,
Lisp_Object lv,
dump_off offset)
{
-#if CHECK_STRUCTS && !defined HASH_pvec_type_
E55BD36F8E
+#if CHECK_STRUCTS && !defined HASH_pvec_type_
A4A6E9984D
# error "pvec_type changed. See CHECK_STRUCTS comment in config.h."
#endif
const struct Lisp_Vector *v = XVECTOR (lv);