Rename node position to offset
This commit is contained in:
parent
12582d5e96
commit
d910a2d0e7
4 changed files with 30 additions and 25 deletions
|
|
@ -39,7 +39,7 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
const void *data;
|
||||
TSLength position;
|
||||
TSLength offset;
|
||||
} TSNode;
|
||||
|
||||
typedef unsigned short TSSymbol;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue