diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-03 09:30:45 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-03 09:30:45 +0000 |
commit | a6320c6507e6e4491a47bc359082e9e1acc7f66d (patch) | |
tree | ed25e8fbaa6ce83df1c7e3fb92cfeaa14e0cc829 /gcc/ada/prj.ads | |
parent | 85c0927022511c14eccc3b9984d7b750922dedbc (diff) | |
download | gcc-a6320c6507e6e4491a47bc359082e9e1acc7f66d.tar.gz |
2011-08-03 Emmanuel Briot <briot@adacore.com>
* prj-proc.adb, prj.ads, makeutl.adb, makeutl.ads, prj-conf.adb,
prj-tree.adb, prj-tree.ads (Environment): new type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177247 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r-- | gcc/ada/prj.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index db53aa08155..ebcc815c76e 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -1321,6 +1321,8 @@ package Prj is case Qualifier is when Aggregate => Aggregated_Projects : Aggregated_Project_List := null; + -- List of aggregated projects (which could themselves be + -- aggregate projects). when others => null; |