aboutsummaryrefslogtreecommitdiffhomepage
path: root/c.c
diff options
context:
space:
mode:
Diffstat (limited to 'c.c')
-rw-r--r--c.c2
1 files changed, 1 insertions, 1 deletions
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;