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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7fc767abbf17c947 X-Google-Attributes: gid103376,public From: nabbasi@earthlink.net Subject: Re: Parsing a line into strings Date: 1998/07/08 Message-ID: <6o14rm$3nv@drn.newsguy.com>#1/1 X-Deja-AN: 369724874 References: <35A3A199.D55C3153@oit.edu> <35A3AB67.9039CBA9@oit.edu> <35A40A94.6DB73E65@chat.ru> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1998-07-08T00:00:00+00:00 List-Id: In article , Brian says... >It is not possible to easily port the GNAT Spitbol packages to any Ada 95 >compiler which does not support the Unrestricted_Access attribute >(amongst others) or some similar functionality. one of things I like about the Ada language is its portability. I hope we dont get to the situation where some Ada 95 code compile on one compiler but not on another. may be this unrestricted_access attribute should be implemented by other compiler vendors to match GNAT. Nasser