aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 059c35a0074..b67f3942ba1 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -972,7 +972,7 @@ mark_interval_tree (tree)
972 a cast. */ 972 a cast. */
973 XMARK (tree->up.obj); 973 XMARK (tree->up.obj);
974 974
975 traverse_intervals (tree, 1, 0, mark_interval, Qnil); 975 traverse_intervals_noorder (tree, mark_interval, Qnil);
976} 976}
977 977
978 978