summaryrefslogtreecommitdiff
path: root/gcc/ada/a-cgaaso.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-cgaaso.ads')
-rw-r--r--gcc/ada/a-cgaaso.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-cgaaso.ads b/gcc/ada/a-cgaaso.ads
index e9d031990d7..0870512d49e 100644
--- a/gcc/ada/a-cgaaso.ads
+++ b/gcc/ada/a-cgaaso.ads
@@ -7,7 +7,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2004-2005, Free Software Foundation, Inc. --
+-- Copyright (C) 2004-2006, 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 --
@@ -40,6 +40,6 @@ generic
with procedure Swap (Left, Right : Index_Type) is <>;
procedure Ada.Containers.Generic_Anonymous_Array_Sort
- (First, Last : in Index_Type'Base);
+ (First, Last : Index_Type'Base);
pragma Pure (Ada.Containers.Generic_Anonymous_Array_Sort);