Skip to content

Commit 5247adf

Browse files
authored
Merge pull request swiftlang#41053 from ShenYj/fix_remak
The one here seems to be the end of '__swift__'
2 parents c036b5b + c0658c7 commit 5247adf

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)