aboutsummaryrefslogtreecommitdiff
path: root/type.c
diff options
context:
space:
mode:
Diffstat (limited to 'type.c')
-rw-r--r--type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/type.c b/type.c
index 90b35c2..c9a3a1e 100644
--- a/type.c
+++ b/type.c
@@ -193,7 +193,7 @@ typecompatible(struct type *t1, struct type *t2)
}
}
-_Bool
+bool
typesame(struct type *t1, struct type *t2)
{
// XXX: implement