mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
* alloc.c (mark_interval_tree): Pass 0 as initial depth argument
to traverse_intervals().
This commit is contained in:
parent
125f517a5f
commit
433c217556
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ mark_interval_tree (tree)
|
|||
if (XMARKBIT (tree->plist))
|
||||
return;
|
||||
|
||||
traverse_intervals (tree, 1, &mark_interval);
|
||||
traverse_intervals (tree, 1, 0, &mark_interval);
|
||||
}
|
||||
|
||||
#define MARK_INTERVAL_TREE(i) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue