aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-ztflau.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-ztflau.adb')
-rw-r--r--gcc/ada/a-ztflau.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/a-ztflau.adb b/gcc/ada/a-ztflau.adb
index 5e91a9c..55dd2da 100644
--- a/gcc/ada/a-ztflau.adb
+++ b/gcc/ada/a-ztflau.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, 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- --
@@ -124,7 +124,8 @@ package body Ada.Wide_Wide_Text_IO.Float_Aux is
return;
end if;
- -- Based cases
+ -- Deal with based case. We recognize either the standard '#' or the
+ -- allowed alternative replacement ':' (see RM J.2(3)).
Load (File, Buf, Ptr, '#', ':', Loaded);