Reorder TSTreeCursor fields so it has the same structure as internal TreeCursor
This commit is contained in:
parent
0e3d9c2c58
commit
1b482f0785
4 changed files with 6 additions and 6 deletions
|
|
@ -72,9 +72,9 @@ typedef struct {
|
|||
} TSNode;
|
||||
|
||||
typedef struct {
|
||||
uint32_t context[2];
|
||||
const void *id;
|
||||
const void *tree;
|
||||
const void *id;
|
||||
uint32_t context[2];
|
||||
} TSTreeCursor;
|
||||
|
||||
TSParser *ts_parser_new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue