mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Move Unicode Data declarations from SwiftShims to @_extern(c)
This eliminates UnicodeData.h from the public SwiftShims. A small part of it remains as a private header, but everything else moves into `@_extern(c)`.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "swift/Runtime/Debug.h"
|
||||
#endif
|
||||
|
||||
#include "swift/shims/UnicodeData.h"
|
||||
#include "UnicodeData.h"
|
||||
#include <stdint.h>
|
||||
|
||||
SWIFT_RUNTIME_STDLIB_INTERNAL
|
||||
|
||||
Reference in New Issue
Block a user