mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Remove unneeded semicolons from the core library
This commit is contained in:
@@ -234,7 +234,7 @@ Typeid_Kind :: enum u8 {
|
||||
Relative_Pointer,
|
||||
Relative_Slice,
|
||||
}
|
||||
#assert(len(Typeid_Kind) < 32);
|
||||
#assert(len(Typeid_Kind) < 32)
|
||||
|
||||
// Typeid_Bit_Field :: bit_field #align align_of(uintptr) {
|
||||
// index: 8*size_of(uintptr) - 8,
|
||||
|
||||
Reference in New Issue
Block a user