X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 9 May 2002 18:23:13 +0100 To: pavenis AT lanet DOT lv Cc: Andris Pavenis , djgpp-workers AT delorie DOT com, zack AT codesourcery DOT com, Eli Zaretskii , Nick Clifton , gcc-patches AT gcc DOT gnu DOT org Subject: Re: RFA: Ignore DOS end-of-line characters (ctrl-Z) unless -W Message-ID: <20020509172313.GC14306@daikokuya.demon.co.uk> References: <200205081853 DOT 11194 DOT pavenis AT latnet DOT lv> <3CDA764D DOT 1410 DOT A1F3EA AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CDA764D.1410.A1F3EA@localhost> User-Agent: Mutt/1.3.27i From: Neil Booth 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 pavenis AT lanet DOT lv wrote:- > +#ifdef __DJGPP__ > + if (!isatty(file->fd)) > + setmode (file->fd, O_BINARY); > +#endif > + } Please add a comment about why this is there, too. Thanks, Neil.