diff --git a/stdlib/public/runtime/HeapObject.cpp b/stdlib/public/runtime/HeapObject.cpp index 4026929928429..aee7fe2fca1e2 100644 --- a/stdlib/public/runtime/HeapObject.cpp +++ b/stdlib/public/runtime/HeapObject.cpp @@ -186,6 +186,9 @@ static HeapObject *_swift_tryRetain_(HeapObject *object) #define CALL_IMPL(name, args) \ return _ ## name ## _ args; +#define CALL_IMPL_SWIFT_REFCOUNT_CC(name, args) \ + return _ ## name ## _ args; + #define CALL_IMPL_CHECK(name, args) \ return _ ## name ## _ args;