aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gnatcmd.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/gnatcmd.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/gnatcmd.adb')
-rw-r--r--gcc/ada/gnatcmd.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/gnatcmd.adb b/gcc/ada/gnatcmd.adb
index 9cca2d8..104d335 100644
--- a/gcc/ada/gnatcmd.adb
+++ b/gcc/ada/gnatcmd.adb
@@ -191,7 +191,7 @@ procedure GNATCmd is
-- The index of the command in the arguments of the GNAT driver
My_Exit_Status : Exit_Status := Success;
- -- The exit status of the spawned tool.
+ -- The exit status of the spawned tool
Current_Work_Dir : constant String := Get_Current_Dir;
-- The path of the working directory
@@ -1429,6 +1429,7 @@ begin
declare
Command : constant String := Command_Name;
+
begin
for Index in reverse Command'Range loop
if Command (Index) = Directory_Separator then