From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: for help Date: 17 Nov 2000 10:07:42 -0800 Organization: InterWorld Communications Lines: 15 Sender: nate AT mercury DOT st DOT hmc DOT edu Message-ID: <83zoiy5v69.fsf@mercury.st.hmc.edu> References: <20001117145034 DOT BB78C32691 AT smtp1-out DOT minitel DOT net> NNTP-Posting-Host: mercury.st.hmc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: nntp1.interworld.net 974484463 82420 134.173.57.219 (17 Nov 2000 18:07:43 GMT) X-Complaints-To: usenet AT news DOT interworld DOT net NNTP-Posting-Date: Fri, 17 Nov 2000 18:07:43 +0000 (UTC) User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "H Mahi" writes: > 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. Really? Please post a short (but complete) example that elicits this error. Most likely your code is not in fact valid C, since gcc is not known for producing spurious errors. -- Nate Eldredge neldredge AT hmc DOT edu