mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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:
@@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "swift/shims/UnicodeData.h"
|
||||
#include "UnicodeData.h"
|
||||
#include <stdint.h>
|
||||
|
||||
// Every 4 byte chunks of data that we need to hash (in this case only ever
|
||||
|
||||
Reference in New Issue
Block a user