tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] 4 bugfixes for Rob Landley's revision 470


From: Joshua Phillips
Subject: Re: [Tinycc-devel] 4 bugfixes for Rob Landley's revision 470
Date: Thu, 6 Sep 2007 11:20:10 +0100

> Actually, if you fopen() a text
> file with mode "rt" it does convert \r\n to \n.

tcc_open() uses fd = open(filename, O_RDONLY | O_BINARY); even on
source files. It opens the file before it determines what type of file
it is, so this may be a bit of a problem on Windows.




reply via email to

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