summaryrefslogtreecommitdiff
path: root/gcc/ada/a-timoau.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-timoau.adb')
-rw-r--r--gcc/ada/a-timoau.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-timoau.adb b/gcc/ada/a-timoau.adb
index 78425b812aa..cb11a06d206 100644
--- a/gcc/ada/a-timoau.adb
+++ b/gcc/ada/a-timoau.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.10 $
+-- $Revision$
-- --
-- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
-- --
@@ -82,7 +82,7 @@ package body Ada.Text_IO.Modular_Aux is
end if;
Item := Scan_Long_Long_Unsigned (Buf, Ptr'Access, Stop);
- Check_End_Of_Field (File, Buf, Stop, Ptr, Width);
+ Check_End_Of_Field (Buf, Stop, Ptr, Width);
end Get_LLU;
-------------
@@ -107,7 +107,7 @@ package body Ada.Text_IO.Modular_Aux is
end if;
Item := Scan_Unsigned (Buf, Ptr'Access, Stop);
- Check_End_Of_Field (File, Buf, Stop, Ptr, Width);
+ Check_End_Of_Field (Buf, Stop, Ptr, Width);
end Get_Uns;
--------------