Date: Wed, 22 Dec 1999 10:07:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jason Green cc: djgpp AT delorie DOT com Subject: Re: parse error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 21 Dec 1999, Jason Green wrote: > IMHO a decent editor will leave the line-endings intact and will give > the user the option to convert them. Emacs does all that. > > > Another thing to watch out for is make, the *nix version only accepts > > > NL line ends and will give some cryptic error messages if it > > > encounters a CR. > > > > But that doesn't have any relevance to DJGPP make. It will take either > > Unix or DOS style line endings, without any noticeable difference. > > It is something that DJGPP users who want to freely move between DOS > and *nix need to be aware of. Not anymore, at least if they use GNU Make on the Unix side. The latest version 3.78.1 of GNU Make supports DOS-style CR-LF EOL format on Unix as well.