Skip to content

Commit c0658c7

Browse files
committed
The one here seems to be the end of '__swift__'
1 parent 89b0a4c commit c0658c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SwiftShims/HeapObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static_assert(alignof(HeapObject) == alignof(void*),
110110
"HeapObject must be pointer-aligned");
111111

112112
} // end namespace swift
113-
#endif // __cplusplus
113+
#endif // __swift__
114114

115115
/// Global bit masks
116116

0 commit comments

Comments
 (0)