Use new stack_pop_until function for repairing errors
This commit is contained in:
parent
4348eb89d4
commit
2e35587161
7 changed files with 271 additions and 274 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue