From ca3b09c836af6878ce3879ef91d7ba75f9898cb8 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 24 Aug 2022 08:23:36 +0200 Subject: dot operator llvm --- src/cffc.hff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cffc.hff') diff --git a/src/cffc.hff b/src/cffc.hff index a4099e7..882793f 100644 --- a/src/cffc.hff +++ b/src/cffc.hff @@ -459,7 +459,7 @@ fn isnumtype(ty *const Type) bool { return ty->is(:Int) or ty->is(:Flo) or (ty->is(:Enum) and ty.u.Enum.lax); } extern fn typeof2(a *const Type, b *const Type) *const Type; -extern fn types_to_llvm() void; +extern fn visittypes(*fn(*const Type, *void) void, *void) void; // env.cff extern fn mkenv(parent *Env, alloc *Allocator) *Env; -- cgit v1.2.3