comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen.a.leake.1@gsfc.nasa.gov>
Subject: Re: Package name duplication in Hierachical Libraries
Date: 04 Jan 2002 09:11:20 -0500
Date: 2002-01-04T14:15:12+00:00	[thread overview]
Message-ID: <ubsga8auv.fsf@gsfc.nasa.gov> (raw)
In-Reply-To: 3c32e619$1@pull.gecm.com

"Stuart Forster" <stuart.forster@baesystems.com> writes:

> I have a problem with duplicated package names in hierarchical libraries.
> 
> The example below results in an infinite recursion of B.A.C where I was
> hoping for
> 
> >Test
> B.A.C
> A.C
> >
> 
> Is this the correct behaviour?

Yes, the compiler is doing what you told it to do.

Within package "B", the name "A.C" refers to "B.A.C". To get the one
you want, use "Standard.A.C".

> <snip code> 

-- 
-- Stephe



      parent reply	other threads:[~2002-01-04 14:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-02 10:51 Package name duplication in Hierachical Libraries Stuart Forster
2002-01-02 12:52 ` Florian Weimer
2002-01-04 14:11 ` Stephen Leake [this message]
replies disabled

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