From: "Felix Tilley" Newsgroups: comp.os.msdos.djgpp Subject: Re: for help Date: Fri, 17 Nov 2000 10:16:03 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <20001117145034 DOT BB78C32691 AT smtp1-out DOT minitel DOT net> X-Newsreader: Pan 0.8.0beta2 X-Complaints-To: newsabuse AT supernews DOT com Lines: 20 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <20001117145034 DOT BB78C32691 AT smtp1-out DOT minitel DOT net>, "H Mahi" wrote: > when I compile my c program (with RHIDE) I have the following error > message :" parse error before char " But all lines before the type > 'char' are correct, and contain only syntaxes supported by C. You have some kind of typo in your code like a comma interchanged with a semi-colon or too many/too few quotes/parentheses/brackets. Or an illegal character. Or a missing asterisk, or an asterisk where there there shouldn't be one. -- |----------------------------------| | Felix Tilley | | Remove Percent Signs for Email | | ftilley@%azstarnet.%%%com | |----------------------------------|