Merge pull request #1879 from mattmassicotte/fix/sizes

change integer type in ts_parser__set_cached_token
This commit is contained in:
Max Brunsfeld 2022-09-21 10:25:38 -07:00 committed by GitHub
commit 70cfc55e58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
) {