From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: parse error Date: 22 Dec 1999 23:48:28 -0800 Organization: InterWorld Communications Lines: 22 Message-ID: <83emceayib.fsf@mercury.st.hmc.edu> References: <385d557d AT news DOT esva DOT net> <385DB2D9 DOT 2CFEB727 AT earthlink DOT net> NNTP-Posting-Host: mercury.st.hmc.edu X-Trace: nntp1.interworld.net 945935368 74926 134.173.45.219 (23 Dec 1999 07:49:28 GMT) X-Complaints-To: usenet AT nntp1 DOT interworld DOT net NNTP-Posting-Date: 23 Dec 1999 07:49:28 GMT X-Newsreader: Gnus v5.7/Emacs 20.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Martin Ambuhl writes: > Wes Henwood wrote: > > > > What is a parse error? If I try to compile C programs with DJGPP, that > > compile normally on other compilers, I get this error. > > It means that you have used syntax which is not legal. Your other > compilers are using ESP if they compile your code. Not necessarily -- they could also be using extensions. Think char far *foo; And does this mean GCC is using ESP when it compiles the illegal `asm("hlt")' or `inline int bar()' or `__attribute__'? ;-) -- Nate Eldredge neldredge AT hmc DOT edu