"GNU" and Ada

Florian Weimer fw@deneb.enyo.de
Sun Dec 30 04:17:00 GMT 2001


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...



More information about the Gcc mailing list