Skip to content

Commit f3a19d3

Browse files
committed
Features: Enable the experimental feature CDecl in production
1 parent 9d939d0 commit f3a19d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/Features.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ EXPERIMENTAL_FEATURE(ClosureBodyMacro, true)
517517
EXPERIMENTAL_FEATURE(AllowRuntimeSymbolDeclarations, true)
518518

519519
/// Allow use of `@cdecl`
520-
EXPERIMENTAL_FEATURE(CDecl, false)
520+
EXPERIMENTAL_FEATURE(CDecl, true)
521521

522522
/// Allow use of `@extensible` on public enums
523523
SUPPRESSIBLE_EXPERIMENTAL_FEATURE(ExtensibleAttribute, false)

0 commit comments

Comments
 (0)