Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
657f6fe5
Commit
657f6fe5
authored
Jan 21, 2019
by
Stefan Monnier
Browse files
* src/pdumper.c (dump_string) [CHECK_STRUCTS]: Fix copy&paste error
parent
6896604b
Pipeline
#587
passed with stage
in 48 minutes and 6 seconds
Changes
1
Pipelines
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 @
657f6fe5
...
...
@@ -2111,7 +2111,7 @@ dump_interval_tree (struct dump_context *ctx,
static dump_off
dump_string (struct dump_context *ctx, const struct Lisp_String *string)
{
#if CHECK_STRUCTS && !defined (HASH_Lisp_S
ymbol_60EA1E748E
)
#if CHECK_STRUCTS && !defined (HASH_Lisp_S
tring_86FEA6EC7C
)
# error "Lisp_String changed. See CHECK_STRUCTS comment."
#endif
/* If we have text properties, write them _after_ the string so that
...
...
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