diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-02 09:03:06 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-02 09:03:06 +0000 |
commit | 2cbb24f43e0e0a22ef4c598b8b20f7362541ca19 (patch) | |
tree | 3cc39fa5b2007e048947833a8015781bb4009c7c /gcc/ada/prj-util.adb | |
parent | 79219086d239501a1ad0849c774c639b11fb0ac0 (diff) | |
download | gcc-2cbb24f43e0e0a22ef4c598b8b20f7362541ca19.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178443 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj-util.adb')
-rw-r--r-- | gcc/ada/prj-util.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/prj-util.adb b/gcc/ada/prj-util.adb index c1f9409de15..9454f9ff418 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; |