File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
#include " SwiftStdint.h"
22
22
#include " HeapObject.h"
23
+ #include " Visibility.h"
23
24
24
25
#ifdef __cplusplus
25
26
namespace swift { extern " C" {
@@ -35,11 +36,14 @@ struct _SwiftEmptyArrayStorage {
35
36
struct _SwiftArrayBodyStorage body;
36
37
};
37
38
38
- extern struct _SwiftEmptyArrayStorage _swiftEmptyArrayStorage;
39
+ extern SWIFT_RUNTIME_STDLIB_INTERFACE
40
+ struct _SwiftEmptyArrayStorage _swiftEmptyArrayStorage;
39
41
40
- extern __swift_uint64_t _swift_stdlib_HashingDetail_fixedSeedOverride;
42
+ extern SWIFT_RUNTIME_STDLIB_INTERFACE
43
+ __swift_uint64_t _swift_stdlib_HashingDetail_fixedSeedOverride;
41
44
42
- extern void *_swift_stdlib_ProcessArguments;
45
+ extern SWIFT_RUNTIME_STDLIB_INTERFACE
46
+ void *_swift_stdlib_ProcessArguments;
43
47
44
48
#ifdef __cplusplus
45
49
}} // extern "C", namespace swift
You can’t perform that action at this time.
0 commit comments