bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MS-Windows build of Grep [2/4]


From: Paul Eggert
Subject: Re: MS-Windows build of Grep [2/4]
Date: Thu, 29 Dec 2011 14:15:33 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0

On 12/29/11 13:56, Paolo Bonzini wrote:
> there is no reason to split files

Yes there is: separation of concerns.
The Microsoft stuff is a separate porting layer,
like gnulib, and like gnulib it shouldn't
be in the same source directory as the main code.

For example, I commonly use 'grep' to scan code,
and I'd rather not have to plow through the
Microsoft-specific stuff when I do something like
"grep size_t *.[ch]".  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]