On 7/26/23 05:46, Daniel Wagner wrote:
Group all variable declarations together at the beginning of the function.
An explanation of why this change has been proposed is missing from the patch description.
I think the current style, with variable declarations occurring just before the first use of a variable, is on purpose. I like that style.
Bart.