Calculate the column and offset separately in TSNode

This commit is contained in:
joshvera 2015-11-25 13:36:19 -05:00
parent 1687d66776
commit 3d9a44d880
10 changed files with 66 additions and 52 deletions

View file

@ -5,6 +5,6 @@
#include "runtime/length.h"
#include "runtime/tree.h"
TSNode ts_node_make(const TSTree *, TSLength, TSPoint);
TSNode ts_node_make(const TSTree *, TSLength, size_t);
#endif