mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
Remove unneeded semicolons from the core library
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ double :: b.f64
|
||||
complex_float :: b.complex64
|
||||
complex_double :: b.complex128
|
||||
|
||||
#assert(size_of(b.uintptr) == size_of(b.int));
|
||||
#assert(size_of(b.uintptr) == size_of(b.int))
|
||||
|
||||
size_t :: b.uint
|
||||
ssize_t :: b.int
|
||||
|
||||
Reference in New Issue
Block a user