aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-19 21:53:24 +0200
committerlemon <lsof@mailbox.org>2022-08-19 21:53:24 +0200
commit58d8abf355c1543ec6afd99189848634f51f6273 (patch)
tree4b5cc6827480023e268549c316eb43a4ad052027 /src/cffc.hff
parent21151f70a82f10d30b74f2965c19fab78adca430 (diff)
fix memory bug
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff1
1 files changed, 1 insertions, 0 deletions
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,