summaryrefslogtreecommitdiff
path: root/gcc/ada/prj-util.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-10 10:06:37 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-10 10:06:37 +0000
commit88a4bfef438b326dea1f06effd1d789a059a37e9 (patch)
treeb65d5f0cbfd730d7df85bb406d6796438460078f /gcc/ada/prj-util.adb
parent90a07d4c781688cf52abd70c1097b11b651a6702 (diff)
downloadgcc-88a4bfef438b326dea1f06effd1d789a059a37e9.tar.gz
2010-09-10 Robert Dewar <dewar@adacore.com>
* gnatlink.adb, prj-ext.adb, prj-util.adb, s-tporft.adb, sem_ch3.adb: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164156 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj-util.adb')
-rw-r--r--gcc/ada/prj-util.adb11
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ada/prj-util.adb b/gcc/ada/prj-util.adb
index 7700b8ec19f..43e51012dcf 100644
--- a/gcc/ada/prj-util.adb
+++ b/gcc/ada/prj-util.adb
@@ -188,11 +188,12 @@ package body Prj.Util is
return Result;
elsif Builder_Package /= No_Package then
- -- We still want to take into account cases where the suffix is
- -- specified in the project itself, as opposed to the config file.
- -- Unfortunately, when the project was processed, they are both
- -- stored in Project.Config, so we need to get it from the project
- -- again
+
+ -- If the suffix is specified in the project itself, as
+ -- opposed to the config file, it needs to be taken into account.
+ -- Unfortunately, when the project was processed, in both cases
+ -- the suffix is stored in Project.Config, so get it from the
+ -- project again.
Suffix_From_Project :=
Prj.Util.Value_Of