matching integer types

This commit is contained in:
Matt 2022-09-21 07:18:29 -04:00
parent 3563fe009a
commit af6611e530
No known key found for this signature in database
GPG key ID: CC209CE203F23602

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