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
5f60ed47
Commit
5f60ed47
authored
Jul 21, 1993
by
Richard M. Stallman
Browse files
(compact_strings): Add USE_TEXT_PROPERTIES conditional.
parent
edc28db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/alloc.c
src/alloc.c
+2
-0
No files found.
src/alloc.c
View file @
5f60ed47
...
...
@@ -2082,6 +2082,7 @@ compact_strings ()
/* Store the actual size in the size field. */
newaddr
->
size
=
size
;
#ifdef USE_TEXT_PROPERTIES
/* Now that the string has been relocated, rebalance its
interval tree, and update the tree's parent pointer. */
if
(
!
NULL_INTERVAL_P
(
newaddr
->
intervals
))
...
...
@@ -2091,6 +2092,7 @@ compact_strings ()
Lisp_String
,
newaddr
);
}
#endif
/* USE_TEXT_PROPERTIES */
}
pos
+=
STRING_FULLSIZE
(
size
);
}
...
...
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