diff options
| author | 2025-12-11 12:33:05 +0100 | |
|---|---|---|
| committer | 2025-12-11 12:33:05 +0100 | |
| commit | fdab9d9c182b54579c022dc53ee9285a8db90447 (patch) | |
| tree | f530ff61df0688da9af7a55efb8bd5d9702981fc /type.c | |
| parent | e7671ddf611be4ab62deb1b6e2d0d3862c75dec6 (diff) | |
c: support for noreturn, and decl parsing cleanup
Diffstat (limited to 'type.c')
| -rw-r--r-- | type.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |