1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Use 'unsigned int' instead of 'int' where it makes sense.

This commit is contained in:
Bruno Haible
2003-03-17 09:06:26 +00:00
parent 7a8b43182a
commit 40f37680ac
5 changed files with 26 additions and 12 deletions

View File

@@ -1,3 +1,17 @@
2002-12-08 Bruno Haible <bruno@clisp.org>
* src/search.h (Search::_alpha_size): Change type to 'unsigned int'.
(Search::_asso_value_max): Likewise.
* src/search.cc (Search::prepare_asso_values): Update.
(Search::init_asso_values): Update.
(Search::~Search): Update.
* src/output.h (Output::Output): Change alpha_size type to
'unsigned int'.
(Output::_alpha_size): Change type to 'unsigned int'.
* src/output.cc (Output::Output): Change alpha_size type to
'unsigned int'.
(Output::output_hash_function): Update.
2002-12-07 Bruno Haible <bruno@clisp.org>
* src/options.h (OPT_CHOICE): New enum value.