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:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user