From 58d8abf355c1543ec6afd99189848634f51f6273 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 19 Aug 2022 21:53:24 +0200 Subject: fix memory bug --- src/cffc.hff | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cffc.hff') diff --git a/src/cffc.hff b/src/cffc.hff index 53b4db5..abc00ae 100644 --- a/src/cffc.hff +++ b/src/cffc.hff @@ -121,6 +121,7 @@ struct Expan; struct Parser { fp *FILE, alloc *Allocator, + tlalloc *Allocator, curfile *const u8, curfn *Fn, curenv *Env, -- cgit v1.2.3