Tom Tromey <[EMAIL PROTECTED]> writes:
> Akim> - local ($sect, %sections, %vlist);
> Akim> + local (%sections, %vlist);
>
> If you need to keep local here for now that is fine. But if so please
> add a big comment explaining why.
>
> Ignore this if this spot is fixed in a later patch. I'm reading and
> responding in order this time.
I only left it because it was not very obvious, or I was in some
systematic search of some form of easy to use `my'. If I see a useful
local, I'll document it, I promise :)