Rename stack_merge function to stack_merge_all
This commit is contained in:
parent
e1a3a1daeb
commit
e686478ad2
4 changed files with 10 additions and 10 deletions
|
|
@ -1018,7 +1018,7 @@ TSTree *ts_parser_parse(TSParser *self, TSInput input, TSTree *previous_tree) {
|
|||
}
|
||||
}
|
||||
|
||||
ts_stack_merge(self->stack);
|
||||
ts_stack_merge_all(self->stack);
|
||||
ts_tree_release(lookahead);
|
||||
|
||||
if (ts_stack_version_count(self->stack) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue