Xref: news-dnh.mv.net comp.os.msdos.djgpp:1492 Newsgroups: comp.os.msdos.djgpp Path: news-dnh.mv.net!usenet From: DJ Delorie Subject: Re: Porting Turbo C++ code to DJGPP Nntp-Posting-Host: delorie.com Sender: usenet AT jade DOT mv DOT net (System Administrator) Organization: DJGPP Date: Sat, 12 Aug 1995 13:03:13 GMT References: <40hfq0$9ud AT news DOT csus DOT edu> To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp gmontem AT sfsu DOT edu (GEORGE ARUGAY MONTEMAYOR) wrote: >gives me a parser error: unterminated character constant. This might mean that you have an unmatched single quote in a #if'd-out block of code. ANSI says this is an error, but Borland might let you get away with it. Also look for ^Z characters at the end of the file, just in case. DJ