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

Comparing liblzf/lzfP.h (file contents):
Revision 1.5 by pcg, Tue Dec 23 04:52:00 2003 UTC vs.
Revision 1.6 by pcg, Tue Dec 23 04:58:04 2003 UTC

80# define INIT_HTAB 0 80# define INIT_HTAB 0
81#endif 81#endif
82 82
83/* 83/*
84 * avoid assigning values to errno variable? for some embedding purposes 84 * avoid assigning values to errno variable? for some embedding purposes
85 * (linux kernel for example), this is not 85 * (linux kernel for example), this is neccessary. NOTE: this breaks
86 * the documentation in lzf.h.
86 */ 87 */
87#ifndef AVOID_ERRNO 88#ifndef AVOID_ERRNO
88# define AVOID_ERRNO 0 89# define AVOID_ERRNO 0
89#endif 90#endif
90 91
91/* 92/*
92 * Wether to pass the LZF_STATE variable as argument, or allocate it 93 * Wether to pass the LZF_STATE variable as argument, or allocate it
93 * on the stack. For small-stack environments, define this to zero. 94 * on the stack. For small-stack environments, define this to zero.
95 * NOTE: this breaks the prototype in lzf.h.
94 */ 96 */
95#ifndef LZF_STATE_ARG 97#ifndef LZF_STATE_ARG
96# define LZF_STATE_ARG 1 98# define LZF_STATE_ARG 1
97#endif 99#endif
98 100

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines