Skip to content

Commit 6ab8d7d

Browse files
authored
Merge pull request swiftlang#14939 from compnerd/swiftDemangle
2 parents 78bdc95 + 1e9641a commit 6ab8d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SwiftDemangle/Platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
extern "C" {
1818
#endif
1919

20-
#if defined(SwiftDemangle_EXPORTS)
20+
#if defined(swiftDemangle_EXPORTS)
2121
# if defined(__ELF__)
2222
# define SWIFT_DEMANGLE_LINKAGE __attribute__((__visibility__("protected")))
2323
# elif defined(__MACH__)

0 commit comments

Comments
 (0)