From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ac02560f0af03a21,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-26 02:37:15 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-04!sn-xit-01!sn-xit-08!supernews.com!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: GNAT parameter passing, C-style? Date: Fri, 26 Dec 2003 10:37:14 +0000 Message-ID: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1072435034 10304 62.49.62.197 (26 Dec 2003 10:37:14 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 26 Dec 2003 10:37:14 +0000 (UTC) User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Xref: archiver1.google.com comp.lang.ada:3807 Date: 2003-12-26T10:37:14+00:00 List-Id: Hi, I've just written a program to prove it, but am I correct in saying that the GNAT procedure/function calling mechanism is to pass parameters from right-to-left (C-style), rather than left-to-right (PASCAL-style)? I was also wondering if there is an Ada standard way to changing the mechanism? Or this compiler specific? Thanks, Luke.