From af6611e53077359dd67713edc8400c6f047faa84 Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Wed, 21 Sep 2022 07:18:29 -0400 Subject: [PATCH] matching integer types --- lib/src/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/parser.c b/lib/src/parser.c index a45204e1..a314089f 100644 --- a/lib/src/parser.c +++ b/lib/src/parser.c @@ -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 ) {