Continue to norm stuff and remove useless stuff
This commit is contained in:
parent
62ac9f3813
commit
1a40f20f0d
9 changed files with 164 additions and 195 deletions
|
|
@ -26,7 +26,7 @@ TSTree *ts_tree_new(t_subtree root, const TSLanguage *language)
|
|||
|
||||
TSTree *ts_tree_copy(const TSTree *self)
|
||||
{
|
||||
ts_subtree_retain(self->root);
|
||||
(self->root->ref_count++);
|
||||
return (ts_tree_new(self->root, self->language));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue