projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca02e8c
)
Fix another hash false alarm
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 20 Apr 2019 00:35:39 +0000
(17:35 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 20 Apr 2019 00:37:06 +0000
(17:37 -0700)
* src/pdumper.c (dump_vectorlike): Fix hash.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index cb36f7e4b4ad79f6418c57f6da919eeb80ec9b0a..5bc5bb47f4ccfc70f03a6a2f0ca4c1e9680ad6e2 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2951,7
+2951,7
@@
dump_vectorlike (struct dump_context *ctx,
Lisp_Object lv,
dump_off offset)
{
-#if CHECK_STRUCTS && !defined
(HASH_pvec_type_549C833A54)
+#if CHECK_STRUCTS && !defined
HASH_pvec_type_E55BD36F8E
# error "pvec_type changed. See CHECK_STRUCTS comment."
#endif
const struct Lisp_Vector *v = XVECTOR (lv);