Calculate the column and offset separately in TSNode
This commit is contained in:
parent
1687d66776
commit
3d9a44d880
10 changed files with 66 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue