1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Added --length-table-name option.

This commit is contained in:
Bruno Haible
2004-08-22 16:04:16 +00:00
parent e5f2f1dc44
commit f969e5adb3
3 changed files with 10 additions and 0 deletions

View File

@@ -71,6 +71,9 @@ Details in the output code:
-W, --word-array-name=NAME
Specify name of word list array. Default name is
'wordlist'.
--length-table-name=NAME
Specify name of length table array. Default name is
'lengthtable'.
-S, --switch=COUNT Causes the generated C code to use a switch
statement scheme, rather than an array lookup table.
This can lead to a reduction in both time and space