mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 22:21:32 +08:00
system-linux-sparc.ads: Fix typo in previous commit.
2005-03-08 Laurent Guerby <laurent@guerby.net> * system-linux-sparc.ads: Fix typo in previous commit. From-SVN: r96126
This commit is contained in:
parent
4d3e6fae4d
commit
391bdf45ea
@ -1,3 +1,7 @@
|
||||
2005-03-08 Laurent Guerby <laurent@guerby.net>
|
||||
|
||||
* system-linux-sparc.ads: Fix typo in previous commit.
|
||||
|
||||
2005-03-07 James A. Morrison <phython@gcc.gnu.org>
|
||||
Laurent Guerby <laurent@guerby.net>
|
||||
|
||||
|
@ -58,7 +58,7 @@ pragma Pure (System);
|
||||
Max_Mantissa : constant := 63;
|
||||
Fine_Delta : constant := 2.0 ** (-Max_Mantissa);
|
||||
|
||||
Tick : constant := 0.000_001;;
|
||||
Tick : constant := 0.000_001;
|
||||
|
||||
-- Storage-related Declarations
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user