]> git.ipfire.org Git - thirdparty/gcc.git/commit
prj-part.adb (Pre_Parse_Context_Clause): Call Set_Is_Not_Last_In_List when the projec...
authorVincent Celier <celier@adacore.com>
Thu, 16 Jun 2005 08:44:38 +0000 (10:44 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2005 08:44:38 +0000 (10:44 +0200)
commita493557f3ac51eb4c8967a5816f980ca547c2365
tree3390ad3df2d970f1a21ad81883e24f66f98535e1
parent88664966ce2f31c5200f94b0a45c6abe2d41de1f
prj-part.adb (Pre_Parse_Context_Clause): Call Set_Is_Not_Last_In_List when the project file in a with clause is not the...

2005-06-14  Vincent Celier  <celier@adacore.com>

* prj-part.adb (Pre_Parse_Context_Clause): Call Set_Is_Not_Last_In_List
when the project file in a with clause is not the last one, that is the
project file name is followed by a comma.
* prj-pp.adb: (First_With_In_List): New Boolean global variable
(Print): Issue list of project files separated by commas in with clauses
according to the values returned by Is_Not_Last_In_List.
* prj-tree.ads, prj-tree.adb: (Is_Not_Last_In_List): New function
(Set_Is_Not_Last_In_List): New procedure

From-SVN: r101054
gcc/ada/prj-part.adb
gcc/ada/prj-pp.adb
gcc/ada/prj-tree.adb
gcc/ada/prj-tree.ads