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

Comparing liblzf/lzfP.h (file contents):
Revision 1.6 by pcg, Tue Dec 23 04:58:04 2003 UTC vs.
Revision 1.7 by pcg, Mon Dec 29 12:48:16 2003 UTC

89# define AVOID_ERRNO 0 89# define AVOID_ERRNO 0
90#endif 90#endif
91 91
92/* 92/*
93 * 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
94 * on the stack. For small-stack environments, define this to zero. 94 * on the stack. For small-stack environments, define this to 1.
95 * NOTE: this breaks the prototype in lzf.h. 95 * NOTE: this breaks the prototype in lzf.h.
96 */ 96 */
97#ifndef LZF_STATE_ARG 97#ifndef LZF_STATE_ARG
98# define LZF_STATE_ARG 1 98# define LZF_STATE_ARG 0
99#endif 99#endif
100 100
101/*****************************************************************************/ 101/*****************************************************************************/
102/* nothing should be changed below */ 102/* nothing should be changed below */
103 103

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines