aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-08-05 11:29:28 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-05 11:29:28 +0200
commit779dca2f0874271c15e1e3d170af26924d18e785 (patch)
tree6bad08752b04964316dfb957a4d050d991eeff91
parent4cac93f0aedeaa88ac9b8e4ffd6b4365e8a0ba91 (diff)
downloadgcc-779dca2f0874271c15e1e3d170af26924d18e785.zip
gcc-779dca2f0874271c15e1e3d170af26924d18e785.tar.gz
gcc-779dca2f0874271c15e1e3d170af26924d18e785.tar.bz2
prj.ads: Minor reformatting
2008-08-05 Robert Dewar <dewar@adacore.com> * prj.ads: Minor reformatting From-SVN: r138692
-rw-r--r--gcc/ada/prj.ads5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads
index ebd9fc6..27fba81 100644
--- a/gcc/ada/prj.ads
+++ b/gcc/ada/prj.ads
@@ -42,12 +42,11 @@ package Prj is
All_Other_Names : constant Name_Id := Names_High_Bound;
-- Name used to replace others as an index of an associative array
- -- attribute, when allowed.
+ -- attribute in situations where this is allowed.
Subdirs_Option : constant String := "--subdirs=";
-- Switch used to indicate that the real directories (object, exec,
- -- library, ...) are subdirectories of what is indicated in the project
- -- file.
+ -- library, ...) are subdirectories of those in the project file.
Subdirs : String_Ptr := null;
-- The value after the equal sign in switch --subdirs=...