diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-16 15:25:00 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-16 15:25:00 +0200 |
commit | 4b8ae2b07254fc6a7b963c5213dafd5ef7eddef2 (patch) | |
tree | 8e0cfed87ae6cbeda59044b23b7595d4edcb590f /gcc/ada/prj.adb | |
parent | 79b5eeb0e359cfa6e9e72a4e4696362a0e7148f4 (diff) | |
download | gcc-4b8ae2b07254fc6a7b963c5213dafd5ef7eddef2.zip gcc-4b8ae2b07254fc6a7b963c5213dafd5ef7eddef2.tar.gz gcc-4b8ae2b07254fc6a7b963c5213dafd5ef7eddef2.tar.bz2 |
[multiple changes]
2015-10-16 Gary Dismukes <dismukes@adacore.com>
* prj.adb, sem_util.adb, exp_ch6.adb: Minor reformatting.
2015-10-16 Ed Schonberg <schonberg@adacore.com>
* exp_ch5.adb (Expand_Formal_Container_Element_Loop): Modify
expansion to allow element iteration over formal containers
whose elements are indefinite types.
2015-10-16 Doug Rupp <rupp@adacore.com>
* s-taprop-linux.adb (Monotonic_Clock): Call clock_gettime
instead of gettimeofday.
* s-osinte-linux.ads (clock_gettime): New imported subprogram.
From-SVN: r228901
Diffstat (limited to 'gcc/ada/prj.adb')
-rw-r--r-- | gcc/ada/prj.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/prj.adb b/gcc/ada/prj.adb index 3d71bde..d1c0b16 100644 --- a/gcc/ada/prj.adb +++ b/gcc/ada/prj.adb @@ -599,7 +599,7 @@ package body Prj is -- This set is needed to ensure that we do not handle the same -- project twice in the context of aggregate libraries. -- Since duplicate project names are possible in the context of - -- aggregated projects, we need to check the full paths + -- aggregated projects, we need to check the full paths. procedure Recursive_Check (Project : Project_Id; |