Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Wed, 6 Aug 2003 13:37:22 -0400
From: Christopher Faylor <cgf-idd@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Install 1.3.22-1 problem - default text file type - DOS
Message-ID: <20030806173722.GD15173@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <9B501B3774931C469BCCCC021BE5372277AD5F@remailnt2-re01.westat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <9B501B3774931C469BCCCC021BE5372277AD5F@remailnt2-re01.westat.com>
User-Agent: Mutt/1.4.1i

On Wed, Aug 06, 2003 at 01:23:47PM -0400, Francis Harvey wrote:
>Greetings,
>
>I realize most people may not be familiar with the byacc package, but
>it can't hurt to ask.  I would like to alter the behavior of byacc to
>make the file pointer yyin use this "text" mode by default.

setmode (fileno (yyin), O_TEXT);
--
Please use the resources at cygwin.com rather than sending personal email.
Special for spam email harvesters: send email to aaaspam@sourceware.org
and be permanently blocked from mailing lists at sources.redhat.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

