diff options
Diffstat (limited to 'gcc/ada/s-io.adb')
-rw-r--r-- | gcc/ada/s-io.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-io.adb b/gcc/ada/s-io.adb index 264976b4591..4a6a0af9b12 100644 --- a/gcc/ada/s-io.adb +++ b/gcc/ada/s-io.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- -- @@ -123,7 +123,7 @@ package body System.IO is -- Set_Output -- ---------------- - procedure Set_Output (File : in File_Type) is + procedure Set_Output (File : File_Type) is begin Current_Out := File; end Set_Output; |