Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 128 → Rev 129

/shark/trunk/ports/zlib/deflate.c
47,7 → 47,7
*
*/
 
/* @(#) $Id: deflate.c,v 1.1 2003-03-24 11:13:44 pj Exp $ */
/* @(#) $Id: deflate.c,v 1.2 2003-04-23 09:08:13 giacomo Exp $ */
 
#include "deflate.h"
 
97,6 → 97,10
* Local data
*/
 
#ifdef NIL
#undef NIL
#endif
 
#define NIL 0
/* Tail of hash chains */