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

Small simplifications.

This commit is contained in:
Bruno Haible
2003-04-08 10:55:59 +00:00
parent 2535f34494
commit 3bdad49e79
3 changed files with 41 additions and 21 deletions

View File

@@ -71,6 +71,9 @@ private:
/* Outputs the maximum and minimum hash values etc. */
void output_constants (struct Output_Constants&) const;
/* Generates a C expression for an asso_values[] reference. */
void output_asso_values_ref (int pos) const;
/* Generates C code for the hash function that returns the
proper encoding for each keyword. */
void output_hash_function () const;