From 40c1120dd13af9ac3de883919133d7193f66f42e Mon Sep 17 00:00:00 2001 From: pcg Date: Mon, 29 Dec 2003 12:48:16 +0000 Subject: *** empty log message *** --- lzfP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lzfP.h') diff --git a/lzfP.h b/lzfP.h index c007d83..8ca97b0 100644 --- a/lzfP.h +++ b/lzfP.h @@ -91,11 +91,11 @@ /* * Wether to pass the LZF_STATE variable as argument, or allocate it - * on the stack. For small-stack environments, define this to zero. + * on the stack. For small-stack environments, define this to 1. * NOTE: this breaks the prototype in lzf.h. */ #ifndef LZF_STATE_ARG -# define LZF_STATE_ARG 1 +# define LZF_STATE_ARG 0 #endif /*****************************************************************************/ -- cgit v1.2.3