diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-23 08:21:26 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-23 08:21:26 +0200 |
commit | bc20523f7b770a2ad34ab9fb6260d593e007e8ec (patch) | |
tree | 055f02e3e3f13e394ea9082c561ba3e01e199a63 /gcc/ada/g-pehage.ads | |
parent | eeed09ef663f6c6f0c4f41f64d6029e6474263b0 (diff) | |
download | gcc-bc20523f7b770a2ad34ab9fb6260d593e007e8ec.zip gcc-bc20523f7b770a2ad34ab9fb6260d593e007e8ec.tar.gz gcc-bc20523f7b770a2ad34ab9fb6260d593e007e8ec.tar.bz2 |
[multiple changes]
2010-06-23 Ed Schonberg <schonberg@adacore.com>
* exp_ch4.adb: Use predefined unsigned type in all cases.
2010-06-23 Bob Duff <duff@adacore.com>
* s-rannum.adb (Reset): Avoid overflow in calculation of Initiator.
* g-pehage.ads: Minor comment fixes.
* g-pehage.adb: Minor: Add some additional debugging printouts under
Verbose flag.
2010-06-23 Robert Dewar <dewar@adacore.com>
* binde.adb (Better_Choice): Always prefer Pure/Preelab.
(Worse_Choice): Always prefer Pure/Preelab.
From-SVN: r161246
Diffstat (limited to 'gcc/ada/g-pehage.ads')
-rw-r--r-- | gcc/ada/g-pehage.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/g-pehage.ads b/gcc/ada/g-pehage.ads index c01c285..24f5bcf 100644 --- a/gcc/ada/g-pehage.ads +++ b/gcc/ada/g-pehage.ads @@ -124,11 +124,11 @@ package GNAT.Perfect_Hash_Generators is procedure Compute (Position : String := Default_Position); -- Compute the hash function. Position allows to define selection of -- character positions used in the word hash function. Positions can be - -- separated by commas and range like x-y may be used. Character '$' + -- separated by commas and ranges like x-y may be used. Character '$' -- represents the final character of a word. With an empty position, the -- generator automatically produces positions to reduce the memory usage. - -- Raise Too_Many_Tries in case that the algorithm does not succeed in less - -- than Tries attempts (see Initialize). + -- Raise Too_Many_Tries if the algorithm does not succeed within Tries + -- attempts (see Initialize). procedure Produce (Pkg_Name : String := Default_Pkg_Name); -- Generate the hash function package Pkg_Name. This package includes the |