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