1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Fill unused asso_values[] entries in search.cc, not in output.cc.

This commit is contained in:
Bruno Haible
2003-04-01 08:13:30 +00:00
parent 8193024d96
commit 0093e33163
5 changed files with 26 additions and 8 deletions

View File

@@ -54,7 +54,6 @@ public:
const unsigned int *alpha_inc,
int total_duplicates,
unsigned int alpha_size,
const int *occurrences,
const int *asso_values);
/* Generates the hash function and the key word recognizer function. */
@@ -132,8 +131,6 @@ private:
int _max_hash_value;
/* Size of alphabet. */
unsigned int const _alpha_size;
/* Counts occurrences of each key set character. */
const int * const _occurrences;
/* Value associated with each character. */
const int * const _asso_values;
};