Use new stack_pop_until function for repairing errors

This commit is contained in:
Max Brunsfeld 2016-03-07 20:06:46 -08:00
parent 4348eb89d4
commit 2e35587161
7 changed files with 271 additions and 274 deletions

View file

@ -441,8 +441,7 @@ static inline ALWAYS_INLINE StackIterateAction stack__pop_count_callback(
StackPopResult ts_stack_pop_count(Stack *self, int head_index, int count) {
StackPopSession session = {
.goal_tree_count = count,
.found_error = false,
.goal_tree_count = count, .found_error = false,
};
StackSliceArray slices =