From d5607e01318876986723cab8e02cb479c7636e5d Mon Sep 17 00:00:00 2001 From: pcg Date: Tue, 23 Dec 2003 04:52:00 +0000 Subject: *** empty log message *** --- lzfP.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lzfP.h') 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 -- cgit v1.2.3