On 17/06/17 14:30, Pádraig Brady wrote:
> On 17/06/17 07:35, Jim Meyering wrote:
>> In this new function, please move the declaration of "i" into the for-loop:
>>
>> +static bool
>> +any_non_regular (const struct File_spec *f, size_t n_files)
>> +{
>> + size_t i;
>> +
>> + for (i = 0; i < n_files; i++)I did that in about 100 instances at: http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=1379bdc cheers, Pádraig
