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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bb6f4bd169077fb3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-10 04:47:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!diablo.theplanet.net!news.indigo.ie!feeder.news.heanet.ie!not-for-mail Newsgroups: comp.lang.ada From: Colin_Paul_Gloster@ACM.org (Colin Paul Gloster) Subject: Re: Representing data differently References: <686be06c.0302070615.3943b629@posting.google.com> Reply-To: Colin_Paul_Gloster@ACM.org Message-ID: User-Agent: slrn/0.9.7.0 (SunOS) Organization: Dublin City University (DCU) Cache-Post-Path: ns2-ext.dcu.ie!unknown@camac.dcu.ie X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) Date: 10 Feb 2003 12:47:23 GMT NNTP-Posting-Date: 10 Feb 2003 12:47:23 GMT NNTP-Posting-Host: 136.206.1.1 X-Trace: 1044881243 reader.news.heanet.ie 61614 [::ffff:136.206.1.1]:52311 Xref: archiver1.google.com comp.lang.ada:33955 Date: 2003-02-10T12:47:23+00:00 List-Id: >From news:c5cb4v03pves595pdtq3euo1glgf5ne71q@4ax.com : "[..] for X'Address use Y'Address; pragma Import (Y); -- :Stops default initialising of pointers (not in GNAT 3.14) [..]" Why is the convention missing from this import statement?