1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +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

@@ -53,7 +53,7 @@ public:
const Positions& positions,
const unsigned int *alpha_inc,
int total_duplicates,
int alpha_size,
unsigned int alpha_size,
const int *occurrences,
const int *asso_values);
@@ -131,7 +131,7 @@ private:
/* Maximum hash value for all keywords. */
int _max_hash_value;
/* Size of alphabet. */
int const _alpha_size;
unsigned int const _alpha_size;
/* Counts occurrences of each key set character. */
const int * const _occurrences;
/* Value associated with each character. */