Skip to content

Commit fecf449

Browse files
authored
Merge pull request #63338 from beccadax/from-a-macro-perspective
[NFC] Fix change in SWIFT_CLASS_NAMED macro
2 parents 6d0a092 + 00aa845 commit fecf449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/PrintAsClang/ClangMacros.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ CLANG_MACRO_BODY("SWIFT_CLASS", \
133133
"SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) " \
134134
"SWIFT_CLASS_EXTRA\n" \
135135
"# define SWIFT_CLASS_NAMED(SWIFT_NAME) " \
136-
"__attribute((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) " \
136+
"__attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) " \
137137
"SWIFT_CLASS_EXTRA\n" \
138138
"# else\n" \
139139
"# define SWIFT_CLASS(SWIFT_NAME) " \

0 commit comments

Comments
 (0)