diff options
Diffstat (limited to 'gcc/ada/a-stwima.ads')
-rw-r--r-- | gcc/ada/a-stwima.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-stwima.ads b/gcc/ada/a-stwima.ads index e63ac3169df..812de22b2bd 100644 --- a/gcc/ada/a-stwima.ads +++ b/gcc/ada/a-stwima.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-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 -- @@ -69,13 +69,13 @@ package Ada.Strings.Wide_Maps is (Span : Wide_Character_Range) return Wide_Character_Set; function To_Ranges - (Set : in Wide_Character_Set) return Wide_Character_Ranges; + (Set : Wide_Character_Set) return Wide_Character_Ranges; --------------------------------------- -- Operations on Wide Character Sets -- --------------------------------------- - function "=" (Left, Right : in Wide_Character_Set) return Boolean; + function "=" (Left, Right : Wide_Character_Set) return Boolean; function "not" (Right : Wide_Character_Set) return Wide_Character_Set; |