summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
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
/*****************************************************************************/