On Mon, Jun 20, 2005 at 05:30:05PM +0100, [EMAIL PROTECTED] ([EMAIL PROTECTED]) 
wrote:
> :     if (zeros) {
> :+        int i;
> :         for (i = zeros; i; i--)
> :             *p++ = '0';
> :     }
> 
> Minor nit: is it in any way useful to redeclare a scratch variable
> at an inner scope when you can't remove it from the outer scope
> due to other scratch uses?

Yes, because it makes explicitly clear that the outer and inner ones are
unrelated.

xoa

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to