diff options
author | pcg <pcg> | 2003-12-29 12:48:16 +0000 |
---|---|---|
committer | pcg <pcg> | 2003-12-29 12:48:16 +0000 |
commit | 40c1120dd13af9ac3de883919133d7193f66f42e (patch) | |
tree | 7d709f8e8b2efde04e131e6855f88c2b928e8bce /lzfP.h | |
parent | d5607e01318876986723cab8e02cb479c7636e5d (diff) |
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r-- | lzfP.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 /*****************************************************************************/ |