Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
authorpcg <pcg>2003-12-23 07:52:00 +0300
committerpcg <pcg>2003-12-23 07:52:00 +0300
commit3dc6bed9b0a013c2c072a936c355d19ca5928a02 (patch)
tree3ad20b59dc62ff1ef5511538c5f899b14c5e6231 /lzfP.h
parent36e69754a1fb8c7b51cdd648c07615e4972ab7b4 (diff)
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r--lzfP.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lzfP.h b/lzfP.h
index 03d5921..c007d83 100644
--- a/lzfP.h
+++ b/lzfP.h
@@ -82,7 +82,8 @@
/*
* avoid assigning values to errno variable? for some embedding purposes
- * (linux kernel for example), this is not
+ * (linux kernel for example), this is neccessary. NOTE: this breaks
+ * the documentation in lzf.h.
*/
#ifndef AVOID_ERRNO
# define AVOID_ERRNO 0
@@ -91,6 +92,7 @@
/*
* Wether to pass the LZF_STATE variable as argument, or allocate it
* on the stack. For small-stack environments, define this to zero.
+ * NOTE: this breaks the prototype in lzf.h.
*/
#ifndef LZF_STATE_ARG
# define LZF_STATE_ARG 1