diff options
Diffstat (limited to 'type.c')
-rw-r--r-- | type.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ typecompatible(struct type *t1, struct type *t2) } } -_Bool +bool typesame(struct type *t1, struct type *t2) { // XXX: implement |