Merge pull request #1879 from mattmassicotte/fix/sizes
change integer type in ts_parser__set_cached_token
This commit is contained in:
commit
70cfc55e58
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ static Subtree ts_parser__get_cached_token(
|
|||
|
||||
static void ts_parser__set_cached_token(
|
||||
TSParser *self,
|
||||
size_t byte_index,
|
||||
uint32_t byte_index,
|
||||
Subtree last_external_token,
|
||||
Subtree token
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue