diff options
Diffstat (limited to 'src/cffc.hff')
| -rw-r--r-- | src/cffc.hff | 2 |
1 files changed, 1 insertions, 1 deletions
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; |