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

Comments and code restructuring.

This commit is contained in:
Bruno Haible
2003-02-19 12:32:06 +00:00
parent 362493686d
commit 1d73fbe019
3 changed files with 95 additions and 33 deletions

View File

@@ -100,9 +100,12 @@ private:
collision between the two given keywords. */
void change_some_asso_value (KeywordExt *prior, KeywordExt *curr);
/* Finds good _asso_values[]. */
/* Finds some _asso_values[] that fit. */
void find_asso_values ();
/* Finds good _asso_values[]. */
void find_good_asso_values ();
/* Sorts the keyword list by hash value. */
void sort ();