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,5894fe67040038b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-29 18:26:08 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Attributes 'Version and 'Body_Version Date: 29 Nov 2001 18:26:07 -0800 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0111291826.276bc16c@posting.google.com> References: <9s9iti$g$1@nh.pace.co.uk> <9tsd63$4jjng$1@ID-25716.news.dfncis.de> <5ee5b646.0111260742.2a0d9357@posting.google.com> <9tu7nj$4v9lc$1@ID-25716.news.dfncis.de> <5ee5b646.0111261956.3df9b8e3@posting.google.com> <5ee5b646.0111280749.77fabe6c@posting.google.coOrganization: LJK Software <5ee5b646.0111Organization: LJK Software NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1007087168 9793 127.0.0.1 (30 Nov 2001 02:26:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 30 Nov 2001 02:26:08 GMT Xref: archiver1.google.com comp.lang.ada:17204 Date: 2001-11-30T02:26:08+00:00 List-Id: Kilgallen@SpamCop.net (Larry Kilgallen) wrote in message news:... > To automate the detection of errors wherever possible. Note by the way that GNAT implements the pragma pragma Restrictions (No_Implementation_Pragmas); pragma Restrictions (No_Implementation_Attributes); to help control the use of implementation attributes and pragmas.