diff options
Diffstat (limited to 'gcc/ada/a-ztcoio.adb')
-rw-r--r-- | gcc/ada/a-ztcoio.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-ztcoio.adb b/gcc/ada/a-ztcoio.adb index 97e58a18a92..69c4ed694cd 100644 --- a/gcc/ada/a-ztcoio.adb +++ b/gcc/ada/a-ztcoio.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- -- @@ -56,9 +56,9 @@ package body Ada.Wide_Wide_Text_IO.Complex_IO is --------- procedure Get - (File : File_Type; + (File : File_Type; Item : out Complex; - Width : Field := 0) + Width : Field := 0) is Real_Item : Real'Base; Imag_Item : Real'Base; |