X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "John Hanley" Newsgroups: comp.os.msdos.djgpp Subject: Re: parse error Date: Wed, 4 Aug 2004 14:36:30 -0600 Organization: University of Alberta Lines: 20 Message-ID: <1091651718.302554@proxy2.srv.ualberta.ca> References: NNTP-Posting-Host: proxy2.srv.ualberta.ca X-Trace: tabloid.srv.ualberta.ca 1091651719 27756 129.128.5.161 (4 Aug 2004 20:35:19 GMT) X-Complaints-To: abuse AT ualberta DOT ca NNTP-Posting-Date: Wed, 4 Aug 2004 20:35:19 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Cache-Post-Path: proxy2.srv.ualberta.ca!unknown AT d199-126-23-72 DOT abhsia DOT telus DOT net X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Here is a sample of code that generates that error... notice the missing end brace: > > int main() { > > "at end of input" gives me the clue that something more is expected. That's what makes this so strange; there is an end brace at the end of my code. Rhide shows the error happening as the very last line of the .c file which is "}" I am not sure what else it is looking for. Ideas? Thanks! John