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

Comparing liblzf/lzfP.h (file contents):
Revision 1.12 by root, Fri Jul 7 15:34:11 2006 UTC vs.
Revision 1.13 by root, Fri Jul 7 15:36:40 2006 UTC

126 * detect most corrupted streams. 126 * detect most corrupted streams.
127 * This check is not normally noticable on modern hardware 127 * This check is not normally noticable on modern hardware
128 * (<1% slowdown), but might slow down older cpus considerably. 128 * (<1% slowdown), but might slow down older cpus considerably.
129 */ 129 */
130#ifndef CHECK_INPUT 130#ifndef CHECK_INPUT
131# define CHECK_INPUT 0 131# define CHECK_INPUT 1
132#endif 132#endif
133 133
134/*****************************************************************************/ 134/*****************************************************************************/
135/* nothing should be changed below */ 135/* nothing should be changed below */
136 136

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines