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
1e934989
Commit
1e934989
authored
Oct 12, 2001
by
Stefan Monnier
Browse files
(mark_interval_tree): Use traverse_intervals_noorder.
parent
3ebf0ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/alloc.c
src/alloc.c
+1
-1
No files found.
src/alloc.c
View file @
1e934989
...
...
@@ -972,7 +972,7 @@ mark_interval_tree (tree)
a cast. */
XMARK
(
tree
->
up
.
obj
);
traverse_intervals (tree
, 1, 0
, mark_interval, Qnil);
traverse_intervals
_noorder
(
tree
,
mark_interval
,
Qnil
);
}
...
...
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