bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in scan-skel.l


From: Paul Eggert
Subject: Re: bug in scan-skel.l
Date: Sun, 03 Apr 2005 00:16:07 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

"martin nylin" <address@hidden> writes:

> Where the programmer did not consider the fact that windoze uses two
> characters to represent end of line.

The programmer shouldn't have to worry about that issue; the Microsoft
Windows port should automatically convert \r\n to \n before Bison sees
the characters.  Bison opens its files in text mode, to help make sure
this happens.  If that's not working for you, please investigate why
not.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]