Remove #[...] attribute syntax.

(Not really worth the change)
This commit is contained in:
gingerBill
2018-12-26 16:23:25 +00:00
parent eb5af2876a
commit 66a9fde12c
2 changed files with 48 additions and 51 deletions
+1
View File
@@ -173,6 +173,7 @@ Typeid_Kind :: enum u8 {
Bit_Set,
Opaque,
}
#assert(len(Typeid_Kind) < 32);
Typeid_Bit_Field :: bit_field #align align_of(uintptr) {
index: 8*size_of(align_of(uintptr)) - 8,