diff options
Diffstat (limited to 'type.h')
-rw-r--r-- | type.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ struct type { }; }; -struct type *mktype(enum typekind, struct type *base); +struct type *mktype(enum typekind); struct type *mkqualifiedtype(struct type *, enum typequalifier); struct type *mkpointertype(struct type *); struct type *mkarraytype(struct type *, uint64_t); |