OSDN Git Service

2005-03-08 Laurent Guerby <laurent@guerby.net>
authorguerby <guerby@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Mar 2005 21:21:10 +0000 (21:21 +0000)
committerguerby <guerby@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Mar 2005 21:21:10 +0000 (21:21 +0000)
* system-linux-sparc.ads: Fix typo in previous commit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96126 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/system-linux-sparc.ads

index adb0040..a687757 100644 (file)
@@ -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>
 
index 1086333..048ce90 100644 (file)
@@ -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