Skip to content

Commit 30eede6

Browse files
compnerdSteelskin
authored andcommitted
Platform: add new standalone modules
These modules needed to be split up to allow for resolving circularity. Add exports for the new standalone modules to repair expectations.
1 parent b10089a commit 30eede6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Platform/ucrt.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
@_exported import ucrt // Clang module
1414
// Extra clang module that's split out from ucrt:
1515
@_exported import _complex
16+
@_exported import _stddef
17+
@_exported import _stdlib
1618

1719
@available(swift, deprecated: 3.0, message: "Please use 'Double.pi' or '.pi' to get the value of correct type and avoid casting.")
1820
public let M_PI = Double.pi

0 commit comments

Comments
 (0)