Re: Question about DOS text file.

2002-04-25 Thread Christopher Faylor
On Thu, Apr 25, 2002 at 01:59:57PM -0700, Bernard Chow wrote: >The GCC version 2.95.3-5 come with cygwin version 1.3.10 as a package can >compile C source file with DOS end-of-line character. However, the GCC >built by myself can not compile DOS C file correctly. Please read the description fo

Question about DOS text file.

2002-04-25 Thread Bernard Chow
The GCC version 2.95.3-5 come with cygwin version 1.3.10 as a package cancompile C source file with DOS end-of-line character.  However, the GCC built by myself can not compile DOS C file correctly.Here is the C source file:1   #define ABC    1,\2   2,\3