diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-13 13:09:11 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-13 13:09:11 +0200 |
commit | 2fcc44fae49bcc91a6d47bf92a5388aab4a909d3 (patch) | |
tree | 8bd5d0aa7162506ca6480b411e9b09010ded7668 /gcc/ada/a-convec.ads | |
parent | 9b62eb3214596c49540636a2e48981bfc19a8df3 (diff) | |
download | gcc-2fcc44fae49bcc91a6d47bf92a5388aab4a909d3.zip gcc-2fcc44fae49bcc91a6d47bf92a5388aab4a909d3.tar.gz gcc-2fcc44fae49bcc91a6d47bf92a5388aab4a909d3.tar.bz2 |
[multiple changes]
2011-10-13 Robert Dewar <dewar@adacore.com>
* sem_ch9.adb, sem_util.adb, sem_util.ads, exp_ch6.adb, sem_ch4.adb,
sem_ch6.adb, exp_ch3.adb: Minor reformatting.
2011-10-13 Arnaud Charlet <charlet@adacore.com>
* Makefile.rtl (GNATRTL_NONTASKING_OBJS): Add a-ngcoar.o.
2011-10-13 Jerome Guitton <guitton@adacore.com>
* sysdep.c (__gnat_get_task_options): Re-enable VX_SPE_TASK on vThreads
2011-10-13 Eric Botcazou <ebotcazou@adacore.com>
* a-convec.ads (Cursor): Minor reformatting.
* a-convec.adb (Next): Fix minor inconsistencies.
(Previous): Likewise.
From-SVN: r179915
Diffstat (limited to 'gcc/ada/a-convec.ads')
-rw-r--r-- | gcc/ada/a-convec.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-convec.ads b/gcc/ada/a-convec.ads index c6815d3..c90cf01 100644 --- a/gcc/ada/a-convec.ads +++ b/gcc/ada/a-convec.ads @@ -409,8 +409,8 @@ private for Vector_Access'Storage_Size use 0; type Cursor is record - Container : Vector_Access; - Index : Index_Type := Index_Type'First; + Container : Vector_Access; + Index : Index_Type := Index_Type'First; end record; procedure Write |