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:55:14 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!news.maxwell.syr.edu!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Attributes 'Version and 'Body_Version Date: 29 Nov 2001 20:55:08 -0600 Organization: LJK Software Message-ID: <3foLPuMG1AL9@eisner.encompasserve.org> 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 <5ee5b646.0111291826.276bc16c@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1007088913 18718 192.135.80.34 (30 Nov 2001 02:55:13 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 30 Nov 2001 02:55:13 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:17205 Date: 2001-11-29T20:55:08-06:00 List-Id: In article <5ee5b646.0111291826.276bc16c@posting.google.com>, dewar@gnat.com (Robert Dewar) writes: > 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. That sounds good.