This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: Install 1.3.22-1 problem - default text file type - DOS
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/