File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -489,9 +489,9 @@ final internal class __VaListBuilder {
489
489
490
490
@inlinable // c-abi
491
491
internal func append( _ arg: CVarArg ) {
492
+ #if !_runtime(_ObjC)
492
493
var arg = arg
493
494
494
- #if !_runtime(_ObjC)
495
495
// We may need to retain an object that provides a pointer value.
496
496
if let obj = arg as? _CVarArgObject {
497
497
arg = obj. _cVarArgObject
@@ -586,9 +586,9 @@ final internal class __VaListBuilder {
586
586
587
587
@inlinable // c-abi
588
588
internal func append( _ arg: CVarArg ) {
589
+ #if !_runtime(_ObjC)
589
590
var arg = arg
590
591
591
- #if !_runtime(_ObjC)
592
592
// We may need to retain an object that provides a pointer value.
593
593
if let obj = arg as? _CVarArgObject {
594
594
arg = obj. _cVarArgObject
You can’t perform that action at this time.
0 commit comments