Commit 779dca2f by Robert Dewar Committed by Arnaud Charlet

prj.ads: Minor reformatting

2008-08-05  Robert Dewar  <dewar@adacore.com>

	* prj.ads: Minor reformatting

From-SVN: r138692
parent 4cac93f0
...@@ -42,12 +42,11 @@ package Prj is ...@@ -42,12 +42,11 @@ package Prj is
All_Other_Names : constant Name_Id := Names_High_Bound; All_Other_Names : constant Name_Id := Names_High_Bound;
-- Name used to replace others as an index of an associative array -- 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="; Subdirs_Option : constant String := "--subdirs=";
-- Switch used to indicate that the real directories (object, exec, -- Switch used to indicate that the real directories (object, exec,
-- library, ...) are subdirectories of what is indicated in the project -- library, ...) are subdirectories of those in the project file.
-- file.
Subdirs : String_Ptr := null; Subdirs : String_Ptr := null;
-- The value after the equal sign in switch --subdirs=... -- The value after the equal sign in switch --subdirs=...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment