diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-01 09:41:55 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-01 09:41:55 +0200 |
commit | be658959d87e5f81002aedc4bc40d5772b663eb7 (patch) | |
tree | 036e9f118ef96e8a597a0b55217f7a6966c8f473 /gcc/ada | |
parent | 3fd68ccb7e957a73d7a9fa8609b3eac671f58e8d (diff) | |
download | gcc-be658959d87e5f81002aedc4bc40d5772b663eb7.zip gcc-be658959d87e5f81002aedc4bc40d5772b663eb7.tar.gz gcc-be658959d87e5f81002aedc4bc40d5772b663eb7.tar.bz2 |
Update comments.
From-SVN: r138469
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/prj-part.adb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gcc/ada/prj-part.adb b/gcc/ada/prj-part.adb index 901875a..5e0b14f 100644 --- a/gcc/ada/prj-part.adb +++ b/gcc/ada/prj-part.adb @@ -165,13 +165,12 @@ package body Prj.Part is Packages_To_Check : String_List_Access; Depth : Natural; Current_Dir : String); - -- Parse a project file. - -- Recursive procedure: it calls itself for imported and extended - -- projects. When From_Extended is not None, if the project has already - -- been parsed and is an extended project A, return the ultimate - -- (not extended) project that extends A. When In_Limited is True, - -- the importing path includes at least one "limited with". - -- When parsing configuration projects, do not allow a depth > 1. + -- Parse a project file. This is a recursive procedure: it calls itself for + -- imported and extended projects. When From_Extended is not None, if the + -- project has already been parsed and is an extended project A, return the + -- ultimate (not extended) project that extends A. When In_Limited is True, + -- the importing path includes at least one "limited with". When parsing + -- configuration projects, do not allow a depth > 1. procedure Pre_Parse_Context_Clause (In_Tree : Project_Node_Tree_Ref; |