This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: "GNU" and Ada
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: dewar at gnat dot com
- Cc: gcc at gcc dot gnu dot org, rms at gnu dot org
- Date: Sun, 30 Dec 2001 13:30:02 +0100
- Subject: Re: "GNU" and Ada
- References: <20011230115932.695A7F2E47@nile.gnat.com>
dewar@gnat.com writes:
> <I'm not sure if package renaming is sufficiently powerful for that.
> What happens with grandchildren of the GNAT package?
>>>
>
> nothing special about grandchildren here
>
> package GNU.xxx renames GNAT.yyy.zzz
>
> is perfectly fine
But
package GNU.xxx renames GNAT.xxx;
package GNU.xxx.yyy renames GNAT.xxx.yy;
doesn't work, I think. But we are digressing...