This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Install 1.3.22-1 problem - default text file type - DOS


On Thu, Aug 07, 2003 at 04:58:00PM -0400, Francis Harvey wrote:
>Greetings,
>
>I wanted to correct something from my last request.  The pointer yyin
>is actually from the flex package not byacc, and I ended up using:
>
>setmode(yyin, "rt");

Hopefully, this isn't what you used since I can't imagine how it would
work.

Something like

setmode (fileno (yyin), O_TEXT);

would be more appropriate.
--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]