comp.lang.ada
 help / color / mirror / Atom feed
From: rosen@ulysse.enst.fr (Jean Pierre Rosen)
Subject: Re: Visibility in Embedded Packages
Date: 31 Oct 90 20:21:04 GMT	[thread overview]
Message-ID: <41@ulysse.enst.fr> (raw)
In-Reply-To: 718@ajpo.sei.cmu.edu

In article <718@ajpo.sei.cmu.edu>, dyer@ajpo.sei.cmu.edu (Richard Dye) writes:
...
> function "+"(L,R : Integer_Type) return Integer_Type renames "+";
> The above works fine on the Telesoft 1.4.
Seems OK to me.

> The Telesoft 1.3 requires:
> function "+"(L,R : Integer_Type) return Integer_Type renames Standard."+";
This one is certainly wrong. STANDARD has no "+" operator with the correct
profile.

> The VAX requires:
> function "+"(L,R : Integer_Type) return Integer_Type renames Standard_Types."+";
This is certainly allowed, but I don't see why it is required.

  parent reply	other threads:[~1990-10-31 20:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1990-10-28 15:51 Visibility in Embedded Packages Richard Dye
1990-10-29 15:29 ` stt
1990-10-31 20:21 ` Jean Pierre Rosen [this message]
  -- strict thread matches above, loose matches on Subject: below --
1990-10-30 14:44 "Norman H. Cohen"
replies disabled

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