From: Michael Wallner Date: Tue, 4 Dec 2018 13:29:21 +0000 (+0100) Subject: fix build type); @@ -707,7 +708,7 @@ void **psi_context_composite_type_elements(struct psi_context *C, break; default: type = psi_context_decl_arg_type(C, darg); - for (size_t i = 0; i < darg->var->array_size; ++i) { + for (i = 0; i < darg->var->array_size; ++i) { copy = C->ops->copyof_type(C, type); *eles = psi_plist_add(*eles, ©); }