This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "GNU" and Ada


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]