mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 07:25:00 -07:00
Keep -vet happy
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
package objc_Foundation
|
||||
|
||||
import "core:c"
|
||||
|
||||
when ODIN_OS == .Darwin {
|
||||
import "core:c"
|
||||
_ :: c
|
||||
|
||||
#assert(size_of(c.long) == size_of(int))
|
||||
#assert(size_of(c.ulong) == size_of(uint))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user