Remove unnecessary forward declaration in attempt to fix windows build

pull/647/head^2
Wilfred Hughes 2024-03-04 21:54:48 +07:00
parent b78f7d447b
commit 84439c7c58
1 changed files with 0 additions and 2 deletions

@ -245,8 +245,6 @@ static void skip(TSLexer *lexer) {
lexer->advance(lexer, true);
}
int iswspace(wint_t wc);
// runs over spaces like a champ
static void run_over_spaces(TSLexer *lexer) {
while (iswspace(lexer->lookahead))