aboutsummaryrefslogtreecommitdiff
path: root/type.c
diff options
context:
space:
mode:
Diffstat (limited to 'type.c')
-rw-r--r--type.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/type.c b/type.c
index 87f8094..1c6888f 100644
--- a/type.c
+++ b/type.c
@@ -60,6 +60,7 @@ mktype(enum typekind kind, enum typeprop prop)
t = xmalloc(sizeof(*t));
t->kind = kind;
t->prop = prop;
+ t->value = NULL;
t->incomplete = 0;
return t;