On 12/28/2011 05:07 PM, Jim Meyering wrote:
> I attach what I applied.
Thanks for dealing with that, Paolo.
I confess that I don't like seeing so much new #ifdef'd code
that will be used only when compiling for Windows. I would have
preferred to see this change use Paul Eggert's suggestion for putting
the new code in a separate file. Did you see that?
Yes, for now I tried to limit the amount of #ifdef'd symbols. I'm
thinking of moving more code out of main.c, so that the #ifdefs will be
only in one or two files.
Paolo