comp.lang.ada
 help / color / mirror / Atom feed
From: cary@svl.trw.com (Cary Jamison)
Subject: Re: Systemless use of 'Address.
Date: 11 Nov 1994 20:32:07 GMT
Date: 1994-11-11T20:32:07+00:00	[thread overview]
Message-ID: <cary-111194123015@macsac03.esl.com> (raw)
In-Reply-To: 9411101514.AA21438@eurocontrol.de

In article <9411101514.AA21438@eurocontrol.de>, Bob Wells #402
<wel@EUROCONTROL.DE> wrote:

> G'day,
> 
> Given the following procedure declaration:
> 
>   procedure Display_Code2String (
>     Data_Address : in     System.Address;
>     Data_Size    : in     Natural;
>     Data         : in out String_Ptr;
>     Length       : in out Natural;
>     Append       : in     Boolean := False);
> 
> 
> and the following call to the procedure
> 
>         Draw.Display_Code2String ( Data_Address => Tmp_String'Address,
>                                    Data_Size    => Tmp_String'Size,
>                                    Data         => Return_String,
>                                    Length       => Return_String_Length );
> 
> Why does the Verdix compiler (sorry specifically the
> 
> Verdix Ada Compiler, Copyright 1984, 1992
> VADSworks for Sun-4 -> MC68020/30/vxWorks, (VADS 6.0.5)
> Mon Aug 17 09:11:00 EST 1992 2.0.3(b)
> 
> accept this procedyre call **without** the a with clause for the package
> System?
> 
[...]

I've noticed something similar for SunAda 2.1 (Verdix version???).  When
using the Language package, I forgot to with it in some cases, but the
compiler only gave me warnings instead of errors.

-- 
Cary Jamison
cary@svl.trw.com



  reply	other threads:[~1994-11-11 20:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1994-11-10 15:14 Systemless use of 'Address Bob Wells #402
1994-11-11 20:32 ` Cary Jamison [this message]
1994-11-12 20:38   ` Robert Dewar
1994-11-14 21:36 ` Norman H. Cohen
1994-11-16 16:11   ` Mats Weber
1994-11-16 23:50     ` Robert Dewar
1994-11-17 22:35       ` Keith Thompson
1994-11-17  1:41     ` Bob Duff
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox