diff options
author | root <root> | 2007-06-21 22:11:34 +0000 |
---|---|---|
committer | root <root> | 2007-06-21 22:11:34 +0000 |
commit | 3abfcd994a7dad841f223bb64bd74fb59d13fef2 (patch) | |
tree | 1f0da4493c9d60ef30858bac6491556a00e71783 /lzfP.h | |
parent | 4e5f1e7cb11f71bcc35be6babc6a3ba037e5b5b8 (diff) |
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r-- | lzfP.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -86,14 +86,6 @@ #endif /* - * Use string functions to copy memory. - * this is usually a loss, even with glibc's optimized memcpy - */ -#ifndef USE_MEMCPY -# define USE_MEMCPY 0 -#endif - -/* * You may choose to pre-set the hash table (might be faster on some * modern cpus and large (>>64k) blocks, and also makes compression * deterministic/repeatable when the configuration otherwise is the same). @@ -158,7 +150,7 @@ typedef const u8 *LZF_STATE[1 << (HLOG)]; # endif #endif -#if USE_MEMCPY || INIT_HTAB +#if INIT_HTAB # ifdef __cplusplus # include <cstring> # else |