aboutsummaryrefslogtreecommitdiff
path: root/gzip.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-28 00:18:56 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-28 00:18:56 +0000
commit623d40315b6ba428a8f56adce8fea6e4c5a52d24 (patch)
treed986e9bb9f03bf1f83465c274c35c0d58ed544e4 /gzip.c
parent2c7baef120eb02dd71fc71c1864a17214036a49f (diff)
downloadbusybox-w32-623d40315b6ba428a8f56adce8fea6e4c5a52d24.tar.gz
busybox-w32-623d40315b6ba428a8f56adce8fea6e4c5a52d24.tar.bz2
busybox-w32-623d40315b6ba428a8f56adce8fea6e4c5a52d24.zip
Latest and greatest. Some effort at libc5 (aiming towards newlib)
compatability. -Erik git-svn-id: svn://busybox.net/trunk/busybox@499 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'gzip.c')
-rw-r--r--gzip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gzip.c b/gzip.c
index a9d34aeb1..cc6868b53 100644
--- a/gzip.c
+++ b/gzip.c
@@ -2272,7 +2272,6 @@ local void set_file_type (void);
2272 * used. 2272 * used.
2273 */ 2273 */
2274 2274
2275#define MAX(a,b) (a >= b ? a : b)
2276/* the arguments must not have side effects */ 2275/* the arguments must not have side effects */
2277 2276
2278/* =========================================================================== 2277/* ===========================================================================