diff options
author | pcg <pcg> | 2003-12-23 04:52:00 +0000 |
---|---|---|
committer | pcg <pcg> | 2003-12-23 04:52:00 +0000 |
commit | d5607e01318876986723cab8e02cb479c7636e5d (patch) | |
tree | 3ad20b59dc62ff1ef5511538c5f899b14c5e6231 /lzfP.h | |
parent | 3d0092ba13033a7f502240c12b748cebe6ed84cf (diff) |
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r-- | lzfP.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |