summaryrefslogtreecommitdiff
path: root/gcc/ada/a-tideau.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-tideau.adb')
-rw-r--r--gcc/ada/a-tideau.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-tideau.adb b/gcc/ada/a-tideau.adb
index d8ccce01b27..48593ce4797 100644
--- a/gcc/ada/a-tideau.adb
+++ b/gcc/ada/a-tideau.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.12 $
+-- $Revision$
-- --
-- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
-- --
@@ -68,7 +68,7 @@ package body Ada.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.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;