From 9b45d155c3a71eaf798fde2b516dfd1a0f66257e Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 9 Apr 2024 07:56:36 +0200 Subject: frontend: basic #include --- c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c.c') diff --git a/c.c b/c.c index 92075a3..b09fc08 100644 --- a/c.c +++ b/c.c @@ -3428,7 +3428,7 @@ ccomp(const char *file) static union { char m[sizeof(struct arena) + N]; struct arena *_align; } amem[2]; struct comp cm = {0}; - initlexer(&cm.lx, file, &cm.exarena); + initlexer(&cm.lx, NULL, file, &cm.exarena); cm.fnarena = (void *)amem[0].m; cm.fnarena->cap = N; cm.exarena = (void *)amem[1].m; -- cgit v1.2.3