mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Implement backtracking.
This commit is contained in:
@@ -93,7 +93,7 @@ private:
|
||||
/* Sorts the given set in increasing frequency of _occurrences[]. */
|
||||
void sort_by_occurrence (unsigned int *set, int len) const;
|
||||
|
||||
unsigned int less_collisions (KeywordExt *curr, unsigned int collision_bound);
|
||||
bool has_collisions (KeywordExt *curr);
|
||||
|
||||
KeywordExt * collision_prior_to (KeywordExt *curr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user