diff options
Diffstat (limited to 'gcc/ada/a-tiinau.adb')
-rw-r--r-- | gcc/ada/a-tiinau.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/a-tiinau.adb b/gcc/ada/a-tiinau.adb index 3e44a206b89..0e7c443a121 100644 --- a/gcc/ada/a-tiinau.adb +++ b/gcc/ada/a-tiinau.adb @@ -6,9 +6,9 @@ -- -- -- B o d y -- -- -- --- $Revision: 1.9 $ +-- $Revision$ -- -- --- Copyright (C) 1992-1999 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2001 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- -- @@ -80,7 +80,7 @@ package body Ada.Text_IO.Integer_Aux is end if; Item := Scan_Integer (Buf, Ptr'Access, Stop); - Check_End_Of_Field (File, Buf, Stop, Ptr, Width); + Check_End_Of_Field (Buf, Stop, Ptr, Width); end Get_Int; ------------- @@ -105,7 +105,7 @@ package body Ada.Text_IO.Integer_Aux is end if; Item := Scan_Long_Long_Integer (Buf, Ptr'Access, Stop); - Check_End_Of_Field (File, Buf, Stop, Ptr, Width); + Check_End_Of_Field (Buf, Stop, Ptr, Width); end Get_LLI; -------------- |