diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-31 09:18:57 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-31 09:18:57 +0000 |
commit | f56578295717025ee266066527da6d28dd856699 (patch) | |
tree | 1e0e14b9fcdfad6fef24c03f9231abd24dda5d36 /gcc/ada/scos.ads | |
parent | 515947247179f1a72181cb7dc9e38305d1ed4724 (diff) | |
download | gcc-f56578295717025ee266066527da6d28dd856699.tar.gz |
2011-08-31 Robert Dewar <dewar@adacore.com>
* sem_ch4.adb: Minor reformatting.
* sem_ch6.adb: Minor code reorganization (use Ekind_In).
2011-08-31 Thomas Quinot <quinot@adacore.com>
* scos.ads: Minor documentation clarification.
* put_scos.adb: Do not generate SCO unit header line for a unit that
has no SCO lines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178367 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/scos.ads')
-rw-r--r-- | gcc/ada/scos.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/scos.ads b/gcc/ada/scos.ads index 7c0bb820d54..904c6bfe9b8 100644 --- a/gcc/ada/scos.ads +++ b/gcc/ada/scos.ads @@ -458,8 +458,8 @@ package SCOs is -- This table keeps track of the units and the corresponding starting and -- ending indexes (From, To) in the SCO table. Note that entry zero is - -- unused, it is for convenience in calling the sort routine. Thus the - -- real lower bound for active entries is 1. + -- present but unused, it is for convenience in calling the sort routine. + -- Thus the lower bound for real entries is 1. type SCO_Unit_Index is new Int; -- Used to index values in this table. Values start at 1 and are assigned |