Rename node position to offset

This commit is contained in:
Max Brunsfeld 2015-08-16 10:51:34 -07:00
parent 12582d5e96
commit d910a2d0e7
4 changed files with 30 additions and 25 deletions

View file

@ -39,7 +39,7 @@ typedef struct {
typedef struct {
const void *data;
TSLength position;
TSLength offset;
} TSNode;
typedef unsigned short TSSymbol;