mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Now that we can read definitions directly from "C" headers, stop trying to maintain a mirror of the HeapObject struct in Swift code in the standard library. Swift SVN r14982
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
module SwiftShims {
|
|
header "shims.h"
|
|
header "HeapObject.h"
|
|
header "RefCount.h"
|
|
export *
|
|
}
|