aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-nmsc.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 11:56:12 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 11:56:12 +0200
commite1360f501bd99b198e997e1ce2f22231dfc9b69d (patch)
tree61f278a23844e952bd9f0261ed5d7c0fbeb58a34 /gcc/ada/prj-nmsc.adb
parent33ca28671fdf5505026312d4b01e807a768d8178 (diff)
downloadgcc-e1360f501bd99b198e997e1ce2f22231dfc9b69d.zip
gcc-e1360f501bd99b198e997e1ce2f22231dfc9b69d.tar.gz
gcc-e1360f501bd99b198e997e1ce2f22231dfc9b69d.tar.bz2
[multiple changes]
2014-07-31 Robert Dewar <dewar@adacore.com> * prj-nmsc.adb: Minor reformatting. 2014-07-31 Bob Duff <duff@adacore.com> * s-tasdeb.adb (System.Tasking.Debug): Remove all usage of the secondary stack from this package. From-SVN: r213334
Diffstat (limited to 'gcc/ada/prj-nmsc.adb')
-rw-r--r--gcc/ada/prj-nmsc.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/prj-nmsc.adb b/gcc/ada/prj-nmsc.adb
index 7d8678a..b9135c2 100644
--- a/gcc/ada/prj-nmsc.adb
+++ b/gcc/ada/prj-nmsc.adb
@@ -3029,9 +3029,9 @@ package body Prj.Nmsc is
-- Check if an imported or extended project if also a library project
procedure Check_Aggregate_Library_Dirs;
- -- Check that the library directory and the library ALI directory of
- -- an aggregate library project are not the same as the object directory
- -- or the library directory of any of its aggregated projects.
+ -- Check that the library directory and the library ALI directory of an
+ -- aggregate library project are not the same as the object directory or
+ -- the library directory of any of its aggregated projects.
----------------------------------
-- Check_Aggregate_Library_Dirs --