aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/clean.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-08-01 08:17:20 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-08-01 10:17:20 +0200
commitea0c8cfb98bc575325f35f4798b2c657f4497e5e (patch)
treef67b75102f9fc406e9089148d3ba4caef87238c7 /gcc/ada/clean.adb
parent62883e6b17b85341fbc9b35c51bc076d39dcec23 (diff)
downloadgcc-ea0c8cfb98bc575325f35f4798b2c657f4497e5e.zip
gcc-ea0c8cfb98bc575325f35f4798b2c657f4497e5e.tar.gz
gcc-ea0c8cfb98bc575325f35f4798b2c657f4497e5e.tar.bz2
gnatchop.adb, [...]: Minor reformatting.
2014-08-01 Robert Dewar <dewar@adacore.com> * gnatchop.adb, gnatcmd.adb, make.adb, mlib-prj.adb, bindgen.adb, mlib.ads, butil.adb, clean.adb, binde.adb, gnatls.adb, gnatname.adb, osint.adb, krunch.adb: Minor reformatting. 2014-08-01 Robert Dewar <dewar@adacore.com> * inline.adb, inline.ads, fe.h, einfo.adb, einfo.ads, sem_util.adb, sem_util.ads, exp_ch4.adb, exp_ch11.adb, exp_ch6.adb, cstand.adb, sem_mech.adb, sem_ch6.adb, sem_ch8.adb, sem_ch11.adb, snames.ads-tmpl: Remove VMS-specific code. From-SVN: r213414
Diffstat (limited to 'gcc/ada/clean.adb')
-rw-r--r--gcc/ada/clean.adb8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/clean.adb b/gcc/ada/clean.adb
index a41729a..999c735 100644
--- a/gcc/ada/clean.adb
+++ b/gcc/ada/clean.adb
@@ -55,8 +55,8 @@ with GNAT.OS_Lib; use GNAT.OS_Lib;
package body Clean is
Initialized : Boolean := False;
- -- Set to True by the first call to Initialize.
- -- To avoid reinitialization of some packages.
+ -- Set to True by the first call to Initialize to avoid reinitialization
+ -- of some packages.
-- Suffixes of various files
@@ -66,10 +66,10 @@ package body Clean is
Object_Suffix : constant String := Get_Target_Object_Suffix.all;
Debug_Suffix : constant String := ".dg";
Repinfo_Suffix : constant String := ".rep";
- -- Suffix of representation info files.
+ -- Suffix of representation info files
B_Start : constant String := "b~";
- -- Prefix of binder generated file, and number of actual characters used.
+ -- Prefix of binder generated file, and number of actual characters used
Project_Tree : constant Project_Tree_Ref :=
new Project_Tree_Data (Is_Root_Tree => True);