From 0d1e125832d0fd8ca31c5f782e7c3db774ae5a02 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 14 Aug 2022 11:16:03 +0200 Subject: woa --- src/util.cff | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/util.cff') diff --git a/src/util.cff b/src/util.cff index 18305b2..1b81ab4 100644 --- a/src/util.cff +++ b/src/util.cff @@ -1,5 +1,8 @@ +import "util.hff"; +import "cffc.hff"; import "set.hff"; -import "all.hff"; +import "mem.hff"; +import "common.hff"; extern fn xmalloc(n usize) *void { let p = malloc(n); -- cgit v1.2.3