]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor reforamatting.
authorArnaud Charlet <charlet@adacore.com>
Wed, 20 Aug 2008 13:58:12 +0000 (13:58 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 20 Aug 2008 13:58:12 +0000 (15:58 +0200)
From-SVN: r139297

gcc/ada/ChangeLog
gcc/ada/gnatvsn.ads

index 21f4101be48ad2b8565a7dd41825e2c43000918c..cce8405b289c20288c53967df13ec43201ce1774 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-20  Arnaud Charlet  <charlet@adacore.com>
+
+       * gnatvsn.ads: Minor reformatting.
+
 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
 
        * a-crbtgk.adb, repinfo.adb, g-traceb.ads, repinfo.ads,
index 530731330e0c82c4e000e89eb220d902f0ae3a69..4067c983949f5f319958aeed47826f17eed8cfbd 100644 (file)
 
 package Gnatvsn is
 
+   Gnat_Static_Version_String : constant String := "GNU Ada";
+   --  Static string identifying this version, that can be used as an argument
+   --  to e.g. pragma Ident.
+
    function Gnat_Version_String return String;
    --  Version output when GNAT (compiler), or its related tools, including
    --  GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
    --  (with appropriate verbose option switch set).
 
-   Gnat_Static_Version_String : constant String := "GNU Ada";
-   --  Static string identifying this version, that can be used as an argument
-   --  to e.g. pragma Ident.
-
    type Gnat_Build_Type is (FSF, GPL);
    --  See Build_Type below for the meaning of these values.