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-12 03:24:50 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!uni-erlangen.de!news-nue1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: avl tree - booch components Date: Wed, 12 Sep 2001 12:37:23 +0200 Organization: Enyo's not your organization Message-ID: <87d74wvgnw.fsf@deneb.enyo.de> References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:13051 Date: 2001-09-12T12:37:23+02:00 List-Id: "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).