Skip to content

Commit 8a8fa2d

Browse files
DougGregorcompnerd
andauthored
Apply suggestions from code review
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent 566c71f commit 8a8fa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/CBasicBridging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ typedef __UINT64_TYPE__ __swiftc_uint64_t;
5555
#else
5656
typedef unsigned __INT64_TYPE__ __swiftc_uint64_t;
5757
#endif
58+
#endif
5859

5960
typedef __INT32_TYPE__ __swiftc_int32_t;
6061
#ifdef __UINT32_TYPE__
@@ -82,7 +83,6 @@ typedef __swiftc_uint32_t SwiftUInt;
8283
typedef __swiftc_intn_t(__INTPTR_WIDTH__) SwiftInt;
8384
typedef __swiftc_uintn_t(__INTPTR_WIDTH__) SwiftUInt;
8485
#endif
85-
#endif
8686

8787
SWIFT_BEGIN_NULLABILITY_ANNOTATIONS
8888

0 commit comments

Comments
 (0)