X-Originating-IP: [200.42.4.187] From: "Norberto Alfredo Bensa" To: "Allan Kugel" , , , "Mariano Alvarez Fernandez" References: <200104102125 DOT RAA09730 AT ruccs1 DOT rutgers DOT edu> Subject: Re: problem compiling GRX 2.4 Date: Tue, 10 Apr 2001 18:33:54 -0300 Organization: nBens@ Computers X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 10 Apr 2001 21:34:12.0739 (UTC) FILETIME=[FC26A530:01C0C205] Reply-To: djgpp AT delorie DOT com ----- Original Message ----- From: "Allan Kugel" To: "Norberto Alfredo Bensa" Sent: Tuesday, April 10, 2001 6:25 PM Subject: Re: problem compiling GRX 2.4 > > > if( c == '#' ) // it's a comment > > > > > > I don't know if it must be '\#' or it is a gcc 2.95.3 bug, Andris? > > > > > > > Yes, I knew about that line. That's why I posted, it seems correct to me. > > BTW, I changed it to: > > > > if( c == 35 ) > > > > and got the same error. > > Are the complier options set to take "//..." comments? > Or else perhaps the offending line is actually the previous line? > > -AK hmm, that seems to be the problem! if( c == '#' ) /* it's a comment */ compiles ok. Thank you. Best regards, Norberto