diff options
author | maximius <none@none> | 2009-10-17 16:20:24 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-17 16:20:24 -0700 |
commit | 3f338cc1c328c7280957583b50598292cd8fb64b (patch) | |
tree | ca209c2cd024e3902b7844b3224bceff7c5bb570 /dep/src/zlib/zutil.c | |
parent | e585187b248f48b3c6e9247b49fa07c6565d65e5 (diff) |
*Massive cleanup redux.
--HG--
branch : trunk
Diffstat (limited to 'dep/src/zlib/zutil.c')
-rw-r--r-- | dep/src/zlib/zutil.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dep/src/zlib/zutil.c b/dep/src/zlib/zutil.c index d55f5948a37..9116a331be4 100644 --- a/dep/src/zlib/zutil.c +++ b/dep/src/zlib/zutil.c @@ -23,7 +23,6 @@ const char * const z_errmsg[10] = { "incompatible version",/* Z_VERSION_ERROR (-6) */ ""}; - const char * ZEXPORT zlibVersion() { return ZLIB_VERSION; @@ -181,7 +180,6 @@ void zmemzero(dest, len) } #endif - #ifdef SYS16BIT #ifdef __TURBOC__ @@ -261,7 +259,6 @@ void zcfree (voidpf opaque, voidpf ptr) #endif /* __TURBOC__ */ - #ifdef M_I86 /* Microsoft C in 16-bit mode */ @@ -288,7 +285,6 @@ void zcfree (voidpf opaque, voidpf ptr) #endif /* SYS16BIT */ - #ifndef MY_ZCALLOC /* Any system without a special alloc function */ #ifndef STDC |