diff options
Diffstat (limited to 'gcc/ada/a-stzmap.adb')
-rw-r--r-- | gcc/ada/a-stzmap.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-stzmap.adb b/gcc/ada/a-stzmap.adb index 35a03853fde..1573c6fdfb7 100644 --- a/gcc/ada/a-stzmap.adb +++ b/gcc/ada/a-stzmap.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -148,7 +148,7 @@ package body Ada.Strings.Wide_Wide_Maps is -- The sorted, discontiguous form is canonical, so equality can be used - function "=" (Left, Right : in Wide_Wide_Character_Set) return Boolean is + function "=" (Left, Right : Wide_Wide_Character_Set) return Boolean is begin return Left.Set.all = Right.Set.all; end "="; @@ -559,7 +559,7 @@ package body Ada.Strings.Wide_Wide_Maps is --------------- function To_Ranges - (Set : in Wide_Wide_Character_Set) return Wide_Wide_Character_Ranges + (Set : Wide_Wide_Character_Set) return Wide_Wide_Character_Ranges is begin return Set.Set.all; |