diff options
author | root <root> | 2006-09-28 12:36:50 +0000 |
---|---|---|
committer | root <root> | 2006-09-28 12:36:50 +0000 |
commit | db3ca576cd64d083c687287fe7ef78f52bc4caeb (patch) | |
tree | ba63caa76579966202006112f2fbd6648b24a186 /lzfP.h | |
parent | c8d498c2fd056004a03fe1c2029dc0f46ec88524 (diff) |
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r-- | lzfP.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -95,7 +95,8 @@ /* * You may choose to pre-set the hash table (might be faster on some - * modern cpus and large (>>64k) blocks) + * modern cpus and large (>>64k) blocks, and also makes compression + * deterministic/repeatable when the configuration otherwise is the same). */ #ifndef INIT_HTAB # define INIT_HTAB 0 |