mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Move the search algorithm to search.h, search.cc.
This commit is contained in:
@@ -57,8 +57,8 @@ struct KeywordExt : public Keyword
|
||||
KeywordExt * _duplicate_link;
|
||||
|
||||
/* Methods depending on the keyposition list. */
|
||||
/* Initialize selchars and selchars_length, and update v->occurrences. */
|
||||
void init_selchars (Vectors *v);
|
||||
/* Initialize selchars and selchars_length, and update occurrences. */
|
||||
void init_selchars (int *occurrences);
|
||||
|
||||
/* Data members used by the algorithm. */
|
||||
int _occurrence; /* A metric for frequency of key set occurrences. */
|
||||
|
||||
Reference in New Issue
Block a user