Rename stack_merge function to stack_merge_all

This commit is contained in:
Max Brunsfeld 2016-05-28 20:24:08 -07:00
parent e1a3a1daeb
commit e686478ad2
4 changed files with 10 additions and 10 deletions

View file

@ -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) {