From 86aa2d6ab3a003652159fa37828c27744a2cb45d Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 11 Aug 2022 07:48:24 +0200 Subject: mcall ty --- bootstrap/cgen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap/cgen.c') diff --git a/bootstrap/cgen.c b/bootstrap/cgen.c index 9053331..9a28829 100644 --- a/bootstrap/cgen.c +++ b/bootstrap/cgen.c @@ -606,7 +606,6 @@ static void defctype(const struct type *ty, void *_); static void genfn(bool externp, const char *cname, struct fn *fn) { liftnested(fn->body); - defctype(fn->retty,NULL); if (!externp) pri("static "); pri("%t %s(", fn->retty, cname); -- cgit v1.2.3