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,a10d923571c5259e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-11 07:39:00 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!news-out.visi.com!petbe.visi.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Get_Immediate Date: 11 Dec 2003 10:38:59 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <344d0fee.0312101832.44c721c3@posting.google.com> NNTP-Posting-Host: pip1-5.std.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1071157139 1452 192.74.137.185 (11 Dec 2003 15:38:59 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Thu, 11 Dec 2003 15:38:59 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:3375 Date: 2003-12-11T10:38:59-05:00 List-Id: tmoran@acm.org writes: > How it's done today in Gnat is not going to tell you much about how > it was done years ago with your old Ada 83 compiler. For Ada-calling-C, it's pretty similar, but the name of the pragma was Interface in Ada 83 (now called Import in Ada 95). Ada 83 did not support C-calling-Ada, nor inter-language data references (although some compilers supported those things). The OP should look up pragma Interface in the Ada 83 manual, and also in the manual for the compiler. - Bob