Files
swift-mirror/stdlib/runtime/SwiftObject.cpp
2014-11-05 23:17:07 +00:00

8 lines
204 B
C++

// This file is here only to bring in the parts of SwiftObject.mm that apply
// when not using an objc runtime.
#include "swift/Runtime/Config.h"
#if !SWIFT_OBJC_INTEROP
#include "SwiftObject.mm"
#endif