aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-wtflau.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-wtflau.adb')
-rw-r--r--gcc/ada/a-wtflau.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-wtflau.adb b/gcc/ada/a-wtflau.adb
index e4331c4..8122d91 100644
--- a/gcc/ada/a-wtflau.adb
+++ b/gcc/ada/a-wtflau.adb
@@ -6,9 +6,9 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.4 $ --
+-- $Revision$
-- --
--- Copyright (C) 1992-1998 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- --
@@ -63,7 +63,7 @@ package body Ada.Wide_Text_IO.Float_Aux is
Item := Scan_Real (Buf, Ptr'Access, Stop);
- Check_End_Of_Field (File, Buf, Stop, Ptr, Width);
+ Check_End_Of_Field (Buf, Stop, Ptr, Width);
end Get;
----------