summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
authorpcg <pcg>2003-12-29 12:48:16 +0000
committerpcg <pcg>2003-12-29 12:48:16 +0000
commit40c1120dd13af9ac3de883919133d7193f66f42e (patch)
tree7d709f8e8b2efde04e131e6855f88c2b928e8bce /lzfP.h
parentd5607e01318876986723cab8e02cb479c7636e5d (diff)
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r--lzfP.h4
1 files changed, 2 insertions, 2 deletions
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
/*****************************************************************************/