aboutsummaryrefslogtreecommitdiffhomepage
path: root/type.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-11 12:33:05 +0100
committerlemon <lsof@mailbox.org>2025-12-11 12:33:05 +0100
commitfdab9d9c182b54579c022dc53ee9285a8db90447 (patch)
treef530ff61df0688da9af7a55efb8bd5d9702981fc /type.c
parente7671ddf611be4ab62deb1b6e2d0d3862c75dec6 (diff)
c: support for noreturn, and decl parsing cleanup
Diffstat (limited to 'type.c')
-rw-r--r--type.c1
1 files changed, 0 insertions, 1 deletions
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)
{