Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e0d2ff25
Commit
e0d2ff25
authored
Apr 19, 2019
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix another hash false alarm
* src/pdumper.c (dump_vectorlike): Fix hash.
parent
ca02e8c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pdumper.c
src/pdumper.c
+1
-1
No files found.
src/pdumper.c
View file @
e0d2ff25
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment