Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 118 → Rev 119

/shark/trunk/ports/zlib/zutil.h
8,7 → 8,7
subject to change. Applications should only use zlib.h.
*/
 
/* @(#) $Id: zutil.h,v 1.1 2003-03-24 11:13:45 pj Exp $ */
/* @(#) $Id: zutil.h,v 1.2 2003-03-31 11:39:28 giacomo Exp $ */
 
#ifndef _Z_UTIL_H
#define _Z_UTIL_H
84,7 → 84,7
# include <alloc.h>
# endif
# else /* MSC or DJGPP */
# include <malloc.h>
 
# endif
#endif