Files
swift-mirror/stdlib/shims/module.map
Dave Abrahams 6eee8e3205 Move HeapObject into the stdlib shim module
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
2014-03-12 23:48:31 +00:00

7 lines
98 B
Plaintext

module SwiftShims {
header "shims.h"
header "HeapObject.h"
header "RefCount.h"
export *
}