summaryrefslogtreecommitdiffstats
path: root/gcc/ada/a-wtdeau.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-wtdeau.adb')
-rw-r--r--gcc/ada/a-wtdeau.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-wtdeau.adb b/gcc/ada/a-wtdeau.adb
index 830c93c93b7..9ea4978076e 100644
--- a/gcc/ada/a-wtdeau.adb
+++ b/gcc/ada/a-wtdeau.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.3 $
+-- $Revision$
-- --
-- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
-- --
@@ -68,7 +68,7 @@ package body Ada.Wide_Text_IO.Decimal_Aux is
end if;
Item := Scan_Decimal (Buf, Ptr'Access, Stop, Scale);
- Check_End_Of_Field (File, Buf, Stop, Ptr, Width);
+ Check_End_Of_Field (Buf, Stop, Ptr, Width);
return Item;
end Get_Dec;
@@ -97,7 +97,7 @@ package body Ada.Wide_Text_IO.Decimal_Aux is
end if;
Item := Scan_Long_Long_Decimal (Buf, Ptr'Access, Stop, Scale);
- Check_End_Of_Field (File, Buf, Stop, Ptr, Width);
+ Check_End_Of_Field (Buf, Stop, Ptr, Width);
return Item;
end Get_LLD;
OpenPOWER on IntegriCloud