diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-04-18 14:58:22 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-04-18 14:58:22 +0200 |
commit | be0355585f0b4ce41cf72300f3a30008a0b4ff3d (patch) | |
tree | 101be37eb6b24b438927cbeac6c68bfcf9502723 /gcc/ada/a-chtgbo.ads | |
parent | 9d4f98325184df9941460b962739d4457138bf86 (diff) | |
download | gcc-be0355585f0b4ce41cf72300f3a30008a0b4ff3d.zip gcc-be0355585f0b4ce41cf72300f3a30008a0b4ff3d.tar.gz gcc-be0355585f0b4ce41cf72300f3a30008a0b4ff3d.tar.bz2 |
[multiple changes]
2016-04-18 Arnaud Charlet <charlet@adacore.com>
* einfo.adb (Overridden_Operation): assert that
function is called for valid arguments.
* sem_aggr.adb, sem_ch3.adb, sem_ch5.adb, sem_type.adb,
s-osinte-vxworks.ads, a-ngcefu.adb, sem_ch10.adb, einfo.ads,
sem_prag.adb, sem_ch12.adb, sem.adb, i-cobol.ads, freeze.adb,
sem_util.adb, a-chtgop.ads, s-rannum.adb, exp_ch6.adb, s-bignum.adb,
s-osinte-freebsd.ads, par-ch5.adb, a-chtgbo.ads, a-cofove.adb:
No space after closing parenthesis except where required for
layout.
* sem_res.adb: Minor reformatting.
2016-04-18 Arnaud Charlet <charlet@adacore.com>
* exp_ch4.adb (Expand_N_Case_Expression): Convert into a case
statement when relevant.
2016-04-18 Bob Duff <duff@adacore.com>
* a-cuprqu.adb (Enqueue): Properly handle the
case where the new element has a unique priority.
2016-04-18 Tristan Gingold <gingold@adacore.com>
* adaint.h: Define stat structures and functions for iOS
simulator.
From-SVN: r235146
Diffstat (limited to 'gcc/ada/a-chtgbo.ads')
-rw-r--r-- | gcc/ada/a-chtgbo.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-chtgbo.ads b/gcc/ada/a-chtgbo.ads index 892bdaa..184cefc 100644 --- a/gcc/ada/a-chtgbo.ads +++ b/gcc/ada/a-chtgbo.ads @@ -81,7 +81,7 @@ package Ada.Containers.Hash_Tables.Generic_Bounded_Operations is procedure Clear (HT : in out Hash_Table_Type'Class); -- Deallocates each node in hash table HT. (Note that it only deallocates - -- the nodes, not the buckets array.) Program_Error is raised if the hash + -- the nodes, not the buckets array.) Program_Error is raised if the hash -- table is busy. procedure Delete_Node_At_Index |