aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-util.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-09-02 11:03:06 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-09-02 11:03:06 +0200
commit86828d402fb5a42decd66f210038d31842ab10de (patch)
tree3cc39fa5b2007e048947833a8015781bb4009c7c /gcc/ada/prj-util.adb
parentda6feecef69362b16cb1fda204bc150ab0f852be (diff)
downloadgcc-86828d402fb5a42decd66f210038d31842ab10de.zip
gcc-86828d402fb5a42decd66f210038d31842ab10de.tar.gz
gcc-86828d402fb5a42decd66f210038d31842ab10de.tar.bz2
[multiple changes]
2011-09-02 Ed Schonberg <schonberg@adacore.com> * sem_ch5.adb (Analyze_Iterator_Specification): If the domain of iteration is an expression, its value must be captured in a renaming declaration, so that modification of the elements is propagated to the original container. 2011-09-02 Pascal Obry <obry@adacore.com> * prj-proc.adb, prj.adb, makeutl.adb, makeutl.ads, prj-dect.adb, prj-nmsc.adb, prj-util.adb, prj-conf.adb, prj-env.adb, prj-tree.adb: Minor reformatting and style fixes. From-SVN: r178443
Diffstat (limited to 'gcc/ada/prj-util.adb')
-rw-r--r--gcc/ada/prj-util.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/prj-util.adb b/gcc/ada/prj-util.adb
index c1f9409..9454f9f 100644
--- a/gcc/ada/prj-util.adb
+++ b/gcc/ada/prj-util.adb
@@ -128,8 +128,8 @@ package body Prj.Util is
---------------
procedure Duplicate
- (This : in out Name_List_Index;
- Shared : Shared_Project_Tree_Data_Access)
+ (This : in out Name_List_Index;
+ Shared : Shared_Project_Tree_Data_Access)
is
Old_Current : Name_List_Index;
New_Current : Name_List_Index;