From a6320c6507e6e4491a47bc359082e9e1acc7f66d Mon Sep 17 00:00:00 2001 From: charlet Date: Wed, 3 Aug 2011 09:30:45 +0000 Subject: 2011-08-03 Emmanuel Briot * 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 --- gcc/ada/prj.ads | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/ada/prj.ads') 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; -- cgit v1.2.1