From 65b58a3257201b287e11c41f2b1f9705da5773c8 Mon Sep 17 00:00:00 2001 From: charlet Date: Tue, 5 Aug 2008 09:29:28 +0000 Subject: [PATCH] 2008-08-05 Robert Dewar * prj.ads: Minor reformatting git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138692 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/prj.ads | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index ebd9fc6fc87..27fba81bf09 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=... -- 2.11.0