Skip to content

Commit 0b4d7d4

Browse files
committed
82195: Swift: no OpaquePointer in Island/ToffeeV2
1 parent 1eecc90 commit 0b4d7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Aliases.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public typealias CFloat = Float
7070
public typealias CInt = Int32
7171
public typealias CLong = Int
7272
public typealias CLongLong = Int64
73-
#if COCOA
73+
#if COCOA || ISLAND
7474
public typealias OpaquePointer = UnsafePointer<Void>
7575
#endif
7676
public typealias CShort = Int16

0 commit comments

Comments
 (0)