ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/lzfP.h
(Generate patch)

Comparing liblzf/lzfP.h (file contents):
Revision 1.13 by root, Fri Jul 7 15:36:40 2006 UTC vs.
Revision 1.14 by root, Thu Sep 28 12:36:50 2006 UTC

93# define USE_MEMCPY 0 93# define USE_MEMCPY 0
94#endif 94#endif
95 95
96/* 96/*
97 * You may choose to pre-set the hash table (might be faster on some 97 * You may choose to pre-set the hash table (might be faster on some
98 * modern cpus and large (>>64k) blocks) 98 * modern cpus and large (>>64k) blocks, and also makes compression
99 * deterministic/repeatable when the configuration otherwise is the same).
99 */ 100 */
100#ifndef INIT_HTAB 101#ifndef INIT_HTAB
101# define INIT_HTAB 0 102# define INIT_HTAB 0
102#endif 103#endif
103 104

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines