diff options
author | Robert Dewar <dewar@adacore.com> | 2014-06-13 10:11:54 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-06-13 12:11:54 +0200 |
commit | 890f1954eda1d56f49006a75594a1b960eec96e1 (patch) | |
tree | 81b6e316a68c75f6d31fc84a528bce6dc276b641 /gcc/ada/g-comlin.adb | |
parent | 4de100256aeb9ab563d16e3418e270f814a719e8 (diff) | |
download | gcc-890f1954eda1d56f49006a75594a1b960eec96e1.zip gcc-890f1954eda1d56f49006a75594a1b960eec96e1.tar.gz gcc-890f1954eda1d56f49006a75594a1b960eec96e1.tar.bz2 |
exp_attr.adb, [...]: Minor reformatting.
2014-06-13 Robert Dewar <dewar@adacore.com>
* exp_attr.adb, exp_ch9.adb, lib-writ.adb, g-comlin.adb: Minor
reformatting.
* sem_attr.adb: Minor code reformatting and simplification.
* checks.adb: Fix minor typo.
From-SVN: r211622
Diffstat (limited to 'gcc/ada/g-comlin.adb')
-rw-r--r-- | gcc/ada/g-comlin.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/g-comlin.adb b/gcc/ada/g-comlin.adb index 4a7c85b..4359294 100644 --- a/gcc/ada/g-comlin.adb +++ b/gcc/ada/g-comlin.adb @@ -402,6 +402,7 @@ package body GNAT.Command_Line is end if; if Parser.Current_Argument > Parser.Arg_Count then + -- If this is the first time this function is called if Parser.Current_Index = 1 then |