Remove the TS prefix from some internal type/function names

This commit is contained in:
Max Brunsfeld 2016-11-09 20:59:05 -08:00
parent 255bc2427c
commit c9dcb29c6f
21 changed files with 313 additions and 313 deletions

View file

@ -8,7 +8,7 @@
struct TSDocument {
Parser parser;
TSInput input;
TSTree *tree;
Tree *tree;
size_t parse_count;
bool valid;
bool owns_input;