From c871db694f849075dd3f6637abd424272f112af5 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Mon, 18 May 2026 12:07:40 +0200 Subject: adjust parsing for the lex redesign --- parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.h') diff --git a/parse.h b/parse.h index 340fb9e..bd088c3 100644 --- a/parse.h +++ b/parse.h @@ -46,7 +46,7 @@ typedef struct { DECLARE_VEC(PipelineElement, Pipeline) -Pipeline parse_tokstream(TokenVec toks); +Pipeline parse_tokstream(Token* tokstream); -- cgit v1.2.3