From: "Benjamin Killer" Newsgroups: comp.os.msdos.djgpp Subject: __pascal doesn't exist Date: Fri, 24 Aug 2001 23:18:51 +0200 Organization: T-Online Lines: 14 Message-ID: <9m6gdj$kie$06$1@news.t-online.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 998687987 06 21070 nnHKSOJVSganZ5 010824 21:19:47 X-Complaints-To: abuse AT t-online DOT com X-Sender: 520031135094-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I tried doing the following in DJGPP C: int __pascal test(int param1) { } but this doesn't work: : parse error before `test' How could I do this manualy without using compiler switches ? benjamin