From: Luke Lee Newsgroups: comp.os.msdos.djgpp Subject: Re: Does DJGPP allow pascal calling convention ? Date: Fri, 21 Feb 1997 03:31:48 +0800 Organization: Computing Center, Academia Sinica Lines: 12 Message-ID: <330CA6A4.303C@ms2.hinet.net> References: <330B2F3E DOT 4452 AT ms2 DOT hinet DOT net> <5eg648$9cr AT sun3 DOT uni-essen DOT de> Reply-To: comforth AT ms2 DOT hinet DOT net NNTP-Posting-Host: @140.109.249.26 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Peter Gerwinski wrote: > (* I personally find those double parentheses very funny. Has anybody > an idea why they are doubled? :*) Maybe ... just to distinguish it from a normal function call ? I guess ... :-> > Hope this helps, Sure it helps ! And thanks ! However, my major concern is on 'how to reverse the parameters', I still got a half to go... anyway, I've use overload function 'par_push' to achieve this. - Luke -