aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-coinve.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-09 10:45:55 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-09 10:45:55 +0200
commitfa9693102a090415823003a038b56af6cf9aba0f (patch)
tree220d08ad06a44452a8a5e98ccfbffb5c24b79a4a /gcc/ada/a-coinve.ads
parent0c0efb33464ff07de3228fbc0cd658926e607e89 (diff)
downloadgcc-fa9693102a090415823003a038b56af6cf9aba0f.zip
gcc-fa9693102a090415823003a038b56af6cf9aba0f.tar.gz
gcc-fa9693102a090415823003a038b56af6cf9aba0f.tar.bz2
[multiple changes]
2009-04-09 Robert Dewar <dewar@adacore.com> * exp_ch4.adb (Expand_Concatenate): Improve handling of overflow cases 2009-04-09 Pascal Obry <obry@adacore.com> * a-cihama.adb, a-cihama.ads, a-coinve.adb, a-coinve.ads, s-tpoben.adb, s-tpoben.ads, s-finimp.adb, s-finimp.ads, a-convec.adb, a-convec.ads, a-finali.adb, a-finali.ads, a-filico.ads: Add some missing overriding keywords. From-SVN: r145807
Diffstat (limited to 'gcc/ada/a-coinve.ads')
-rw-r--r--gcc/ada/a-coinve.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-coinve.ads b/gcc/ada/a-coinve.ads
index 0026272..721f134 100644
--- a/gcc/ada/a-coinve.ads
+++ b/gcc/ada/a-coinve.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2004-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 2004-2008, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -62,7 +62,7 @@ package Ada.Containers.Indefinite_Vectors is
No_Element : constant Cursor;
- function "=" (Left, Right : Vector) return Boolean;
+ overriding function "=" (Left, Right : Vector) return Boolean;
function To_Vector (Length : Count_Type) return Vector;