Date: Mon, 26 Nov 2001 21:00:55 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Andrew Cottrell" Message-Id: <7458-Mon26Nov2001210054+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <002401c17664$d3ff84f0$0102a8c0@acceleron> (acottrel@ihug.com.au) Subject: Re: Find 4.1.7 DJGPP port query References: <002401c17664$d3ff84f0$0102a8c0 AT acceleron> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Andrew Cottrell" > Date: Mon, 26 Nov 2001 21:26:05 +1100 > > I have ported Find 4.1.7 and have had to make the chnages as outlined below. > In the port the changes that were done include #ifdef __MSDOS__ in the > parser.c and other files. Should these be #ifdef __MSDOS__ or #ifdef > __DJGPP__ ? I don't remember the changes, and don't have time to review them again, but the principle is that if the two parse_dos* functions don't use any DJGPP-specific features, then they should be under #ifdef __MSDOS__.