Re: CR/NL problem with cpp.exe

2002-10-02 Thread Christopher Faylor
On Wed, Oct 02, 2002 at 08:07:03AM -0400, Kris Warkentin wrote: >I agree. It's just that the util I'm looking at is GNU cpp, which DOES have >a cygwin specific port but doesn't seem to deal with the CRLF problem. So >we've got the situation that, for whatever reason, it doesn't look like all >th

Re: CR/NL problem with cpp.exe

2002-10-02 Thread Kris Warkentin
- Original Message - From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> To: "Kris Warkentin" <[EMAIL PROTECTED]>; "Dan Vasaru" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 10:21 PM Subject: Re: CR/

Re: CR/NL problem with cpp.exe

2002-10-02 Thread Kris Warkentin
" <[EMAIL PROTECTED]> To: "Kris Warkentin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 5:02 PM Subject: RE: CR/NL problem with cpp.exe > Kris, > > I am no authority on the matter, but I believe most Cygwin/Win32 ports of > &q

Re: CR/NL problem with cpp.exe

2002-10-01 Thread Larry Hall (RFK Partners, Inc)
ssorted magic in it? Perhaps someone on this list would know. > >cheers, > >Kris > >- Original Message - >From: "Dan Vasaru" <[EMAIL PROTECTED]> >To: "Kris Warkentin" <[EMAIL PROTECTED]> >Sent: Tuesday, October 01, 2002 4:18 PM >Subje

RE: CR/NL problem with cpp.exe

2002-10-01 Thread Dan Vasaru
ru; [EMAIL PROTECTED] Subject: Re: CR/NL problem with cpp.exe I'm actually quite certain that what you wrote would help. The issue is that cccp.c (the gcc preprocessor) does not do that and, as near as I can tell from the FAQ, shouldn't need to. That, however, is where I might be wr

Re: CR/NL problem with cpp.exe

2002-10-01 Thread Kris Warkentin
;[EMAIL PROTECTED]> To: "Kris Warkentin" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 4:18 PM Subject: RE: CR/NL problem with cpp.exe > Sorry about that, I set out to write a longer reply (which I posted to the > group) and typed CTRL+ENTER just as I got started. >

RE: CR/NL problem with cpp.exe

2002-10-01 Thread Dan Vasaru
o open(..., O_. | O_TEXT) - when reading text from stdin: o setmode (0, O_TEXT) // 0 is the file descriptor for stdin . Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kris Warkentin Sent: Tuesday, October 01, 2002 8:47 PM To: [EMAIL PROTECTED]

Re: CR/NL problem with cpp.exe

2002-10-01 Thread Kris Warkentin
> printf("This is a long string across\ > multiple lines"); > > or a backslashified #define is being concatenated. Now, if I use the Cygwin > cpp.exe, I get the following (expected) behaviour: Correction: I meant NOT being concatenated. -- Unsubscribe info: http://cygwin.com/ml/#unsubs