Skip to content

Commit 46ac54f

Browse files
committed
Revert "0: Disable Int/bool aliases for Island Darwin ios/osx (as we have them Island now)"
This reverts commit 197b3c9.
1 parent 09c8091 commit 46ac54f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Source/Aliases.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
public typealias Int = Int64
55
public typealias UInt = UInt64
66
#elseif ISLAND
7-
#if !macos && !iOS
87
#if CPU64
98
public typealias Int = Int64
109
public typealias UInt = UInt64
@@ -15,7 +14,6 @@
1514
#hint Unexpected bitness
1615
public typealias Int = Int64
1716
public typealias UInt = UInt64
18-
#endif
1917
#endif
2018
#elseif COCOA
2119
public typealias Int = NSInteger
@@ -27,9 +25,8 @@ public typealias UInt8 = Byte
2725
public typealias IntMax = Int64
2826
public typealias UIntMax = UInt64
2927

30-
#if !ISLAND || (!macos && !iOS)
3128
public typealias Bool = Boolean
32-
#endif
29+
3330
public typealias UnicodeScalar = UTF32Char
3431
public typealias UTF16Char = Char // UInt16
3532
public typealias UTF32Char = UInt32

0 commit comments

Comments
 (0)