Do not call directly C variadic functions from Kotlin N

This commit is contained in:
Svyatoslav Scherbina
2017-03-27 20:05:39 +03:00
committed by SvyatoslavScherbina
parent 8467fabf4d
commit 220efdf621
@@ -971,7 +971,7 @@ class StubGenerator(
} }
return this.isDefined || return this.isDefined ||
this.generateAsFfiVarargs() || this.isVararg ||
this.returnsRecord() || this.returnsRecord() ||
this.parameters.map { it.type }.any { it.unwrapTypedefs() is RecordType } this.parameters.map { it.type }.any { it.unwrapTypedefs() is RecordType }
} }