summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/all.h b/all.h
index a62b19b..f806c5b 100644
--- a/all.h
+++ b/all.h
@@ -357,7 +357,8 @@ struct Fn {
 
 struct Typ {
 	char name[NString];
-	int dark;
+	char isdark;
+	char isunion;
 	int align;
 	uint64_t size;
 	uint nunion;