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,463c5796782db6d8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-09 14:06:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: [Spark] Arrays of Strings Date: Wed, 9 Apr 2003 16:06:57 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <1ec946d1.0304090942.3106b4e4@posting.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:36033 Date: 2003-04-09T16:06:57-05:00 List-Id: Matthew Heaney wrote in message <1ec946d1.0304090942.3106b4e4@posting.google.com>... >Interestingly, the chars_ptr_array declared in RM95 B.3.1 (6) does not >declare its component subtype as aliased, nor is the array marked as >begin C-compatible. This seems wrong to me, which is why I declared >the chars_ptr_array type myself, as above. This has come up before. See AI-276. (Personally, I think that type ought to be deleted, as it has nothing to do with the Ada Strings package - having no operations - and it is easily written by any programmer that needs it. But that's too radical.) Randy.