From fdab9d9c182b54579c022dc53ee9285a8db90447 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 11 Dec 2025 12:33:05 +0100 Subject: c: support for noreturn, and decl parsing cleanup --- type.c | 1 - 1 file changed, 1 deletion(-) (limited to 'type.c') diff --git a/type.c b/type.c index 5025395..665ca2a 100644 --- a/type.c +++ b/type.c @@ -186,7 +186,6 @@ mkfntype(union type ret, uint n, const union type *par, const uchar *qual, bool return mktype(TYFUNC, .dat = interntd(&td)); } - union type completetype(const char *name, int id, struct typedata *td) { -- cgit v1.2.3