On 2/22/22 16:13, Francisco Casas wrote:
Signed-off-by: Francisco Casas fcasas@codeweavers.com Signed-off-by: Giovanni Mascellani gmascellani@codeweavers.com
This patch seems to be doing a couple things at once:
* remove the redundant component count validation from struct_var_initializer();
* factor out initialization into initialize_generic_var()
* allow initializing a struct from a single argument
Could it be split?