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,30f8e9ec3e840189 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-14 12:53:01 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!news.maxwell.syr.edu!dispose.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!zap!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: avl tree - booch components Date: 13 Sep 2001 06:51:42 +0100 Organization: CodeFella Message-ID: References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> <87d74wvgnw.fsf@deneb.enyo.de> NNTP-Posting-Host: localhost X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 X-Trace: news.demon.co.uk 1000497172 nnrp-13:11707 NO-IDENT pogner.demon.co.uk:158.152.70.98 X-Complaints-To: abuse@demon.net NNTP-Posting-Date: 13 Sep 2001 05:51:46 GMT X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:13085 Date: 2001-09-13T05:51:46+00:00 List-Id: Florian Weimer writes: > "David C. Hoos, Sr." writes: > > > Here is the relevant information: > > > > pragma Style_Checks > > Syntax: > > pragma Style_Checks (string_LITERAL | ALL_CHECKS | On | Off [, LOCAL_NAME]); > > I've tried it, and with GNAT 3.13p, it doesn't work as expected: > 'pragma Style_Checks (Off);' at the beginning of a compilation unit > has no effect (at least not on the context clause). Yes, now I remember! I think this is a 3.14 thing too, will check whether I've reported it already ..