Fix integer size of subtree's child count field
Fixes tree-sitter/tree-sitter-cpp#175
This commit is contained in:
parent
d1d8193d2f
commit
67d13cf50b
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ typedef struct {
|
|||
Length size;
|
||||
uint32_t lookahead_bytes;
|
||||
uint32_t error_cost;
|
||||
uint16_t child_count;
|
||||
uint32_t child_count;
|
||||
TSSymbol symbol;
|
||||
TSStateId parse_state;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue