diff options
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) { |