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