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,f792c51162ca0287,start X-Google-Attributes: gid103376,public From: Jerry Petrey Subject: Re: Is system part of standard? Date: 1999/04/30 Message-ID: <37299BBF.C3A0302A@hercii.mar.lmco.com>#1/1 X-Deja-AN: 472659155 Content-Transfer-Encoding: 7bit References: <37295ff2.2075172@news.geccs.gecm.com> <372a74e6.7440315@news.geccs.gecm.com> Content-Type: text/plain; charset=us-ascii Organization: Lockheed Martin Corporation Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-04-30T00:00:00+00:00 List-Id: Brian Orpin wrote: > > On Fri, 30 Apr 1999 07:54:03 GMT, abuse@borpin.demon.co.uk (Brian Orpin) > wrote: > > >In response to a problem with a 3rd party tool a suggestion was that we > >did not need to 'with' system but rather we could simply prefix > >everything with Standard.System eg. > > > >Some_Address : Standard.System.Address; > > > >On Both our DEC Ada and Tartan Ada compilers this doesn't work. > > > >Should it or is the advice false? The relevant sections of the LRM I > >have found are 8.6 and the end of Annex C. Both these imply to me that > >system is not part of standard but is, of course, predefined. > > Of course I should have said that these are all Ada 83 systems. > > -- > Brian Orpin **Reply to address is valid*** > Selfbuilding, and we're in; bath, shower, toilet what more do > you need? http://www.borpin.demon.co.uk/ You must with System - it is a predefined library package like Text_IO, Calendar, IO_Exceptions and Low_Level_IO. Package ASCII is the only predefined package that is nested within Standard and doesn't need (or allow) a with clause. Jerry -- ===================================================================== = Jerry Petrey - Consultant Software Engineer - Member Team Ada = = Lockheed Martin Member Team Forth = =====================================================================