diff options
Diffstat (limited to 'gcc/ada/a-wtenau.adb')
-rw-r--r-- | gcc/ada/a-wtenau.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/a-wtenau.adb b/gcc/ada/a-wtenau.adb index 4a231e52595..0bba4ec1de2 100644 --- a/gcc/ada/a-wtenau.adb +++ b/gcc/ada/a-wtenau.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- -- @@ -190,9 +190,9 @@ package body Ada.Wide_Text_IO.Enumeration_Aux is ---------- procedure Puts - (To : out Wide_String; - Item : in Wide_String; - Set : Type_Set) + (To : out Wide_String; + Item : Wide_String; + Set : Type_Set) is Ptr : Natural; |